Unit 'AbView' Package
[Overview][Constants][Types][Classes][Index] [#pl_abbrevia]

TAbRowMap

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

Declaration

Source position: AbView.pas line 155

type TAbRowMap = class

protected

  FRows: TList;

  

  FInvRows: TList;

  

  FSortAscending: Boolean;

  

  function GetRow();

  

  function GetInvRow();

  

  procedure SortOnItemName();

  

  procedure SortOnItemDir();

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  procedure Init();

  

  procedure SortBy();

  

  property Rows []: LongInt; default; [r]

  

  property InvRows []: LongInt; [r]

  

  property SortAscending: Boolean; [r]

  

end;

Inheritance

TAbRowMap

  

|

TObject



CT Web help

CodeTyphon Studio