[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LResources' (#lcl)

TLRPositionLinks

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lresources.pp line 317

type TLRPositionLinks = class end;

public

  constructor Create;

  destructor Destroy; override;

  procedure Clear;

  

  procedure Sort();

  

Sort the items by LFM or LRS position.

  function IndexOf();

  

Searches for an item by LFM or LRS position.

  function IndexOfRange();

  

Find a random item within an position range.

  procedure SetPosition();

  

Change the position of an item within the given position range.

  procedure Add();

  

  property LFM []: Int64; [rw]

  

Indexed access to the LFM positions.

  property LRS []: Int64; [rw]

  

Indexed access to the LRS positions.

  property Data []: Pointer; [rw]

  

Indexed access to the Data pointers.

  property Count: Integer; [rw]

  

Inheritance

TLRPositionLinks

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.