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

TAbSelList

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

Declaration

Source position: AbView.pas line 133

type TAbSelList = class

protected

  FList: TList;

  

  FCurrent: LongInt;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  procedure Deselect();

  

  function IsSelected();

  

  procedure Select();

  

  procedure SelectAll();

  

  function SelCount;

  

  procedure Toggle();

  

  function FindFirst;

  

  function FindNext;

  

end;

Inheritance

TAbSelList

  

|

TObject



CT Web help

CodeTyphon Studio