[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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] |
|
|
|
||
| | ||
TObject |
lazarus-ccr.sourceforge.net |