Klasse TCustomCheckGroup

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TCustomCheckGroup = class(TCustomGroupBox)

Beschreibung

no description available, TCustomGroupBox description follows
no description available, TWinControl description follows
no description available, TControl description follows
no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public constructor Create(TheOwner: TComponent); override;
Public destructor Destroy; override;
Public function Rows: integer;

Eigenschaften

Public property AutoFill: boolean read FAutoFill write SetAutoFill;
Public property Items: TStrings read FItems write SetItems;
Public property Checked[Index: integer]: boolean read GetChecked write SetChecked;
Public property CheckEnabled[Index: integer]: boolean read GetCheckEnabled write SetCheckEnabled;
Public property Columns: integer read FColumns write SetColumns default 1;
Public property ColumnLayout: TColumnLayout read FColumnLayout write SetColumnLayout default clHorizontalThenVertical;
Public property OnItemClick: TCheckGroupClicked read FOnItemClick write FOnItemClick;

Beschreibung

Methoden

Public constructor Create(TheOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public function Rows: integer;
 

Eigenschaften

Public property AutoFill: boolean read FAutoFill write SetAutoFill;
 
Public property Items: TStrings read FItems write SetItems;
 
Public property Checked[Index: integer]: boolean read GetChecked write SetChecked;
 
Public property CheckEnabled[Index: integer]: boolean read GetCheckEnabled write SetCheckEnabled;
 
Public property Columns: integer read FColumns write SetColumns default 1;
 
Public property ColumnLayout: TColumnLayout read FColumnLayout write SetColumnLayout default clHorizontalThenVertical;
 
Public property OnItemClick: TCheckGroupClicked read FOnItemClick write FOnItemClick;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:56