Forum > Beginners

Documentation Question

(1/1)

JLWest:

--- Code: Pascal  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---Declaration Source position: clipbrd.pp line 211 public procedure TClipboard.SupportedFormats( List:       TStringsings ); procedure TClipboard.SupportedFormats( var AFormatCount: Integer;                                                            var FormatList: PClipboardFormat); https://lazarus-ccr.sourceforge.io/docs/lcl/clipbrd/tclipboard.supportedformats.html
Line 3 - clipbrd.pp line 211   What dose the 211 refer to?
I assume it a PDF manual but I can't match it up with of my FPC PDF's.

Anyone know?  Thanks


alpine:

--- Quote from: JLWest on September 27, 2022, 11:57:05 pm ---Line 3 - clipbrd.pp line 211   What dose the 211 refer to?
I assume it a PDF manual but I can't match it up with of my FPC PDF's.

Anyone know?  Thanks

--- End quote ---
The procedure TClipboard.SupportedFormats is declared at line 211 in the file clipbrd.pp.
That file is in your lazarus installation directory, subdirectory lcl.

JLWest:
Thanks; Si it turns out it's not pointing to a documentation.

Navigation

[0] Message Index

Go to full version