Recent

Author Topic: Documentation Question  (Read 555 times)

JLWest

  • Hero Member
  • *****
  • Posts: 1293
Documentation Question
« on: September 27, 2022, 11:57:05 pm »
Code: Pascal  [Select][+][-]
  1. Declaration
  2.  
  3. Source position: clipbrd.pp line 211 public procedure TClipboard.SupportedFormats( List:
  4.       TStringsings );
  5.  
  6. procedure TClipboard.SupportedFormats( var AFormatCount: Integer;
  7.                                                             var FormatList: PClipboardFormat);
  8.  
  9. 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


FPC 3.2.0, Lazarus IDE v2.0.4
 Windows 10 Pro 32-GB
 Intel i7 770K CPU 4.2GHz 32702MB Ram
GeForce GTX 1080 Graphics - 8 Gig
4.1 TB

alpine

  • Hero Member
  • *****
  • Posts: 1061
Re: Documentation Question
« Reply #1 on: September 28, 2022, 01:36:25 am »
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
The procedure TClipboard.SupportedFormats is declared at line 211 in the file clipbrd.pp.
That file is in your lazarus installation directory, subdirectory lcl.
"I'm sorry Dave, I'm afraid I can't do that."
—HAL 9000

JLWest

  • Hero Member
  • *****
  • Posts: 1293
Re: Documentation Question
« Reply #2 on: September 28, 2022, 05:33:28 am »
Thanks; Si it turns out it's not pointing to a documentation.
FPC 3.2.0, Lazarus IDE v2.0.4
 Windows 10 Pro 32-GB
 Intel i7 770K CPU 4.2GHz 32702MB Ram
GeForce GTX 1080 Graphics - 8 Gig
4.1 TB

 

TinyPortal © 2005-2018