Klasse TCustomCheckGroup
Unit
ExtCtrls
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
 |
constructor Create(TheOwner: TComponent); override; |
 |
destructor Destroy; override; |
 |
function Rows: integer; |
Eigenschaften
 |
property AutoFill: boolean read FAutoFill write SetAutoFill; |
 |
property Items: TStrings read FItems write SetItems; |
 |
property Checked[Index: integer]: boolean read GetChecked write SetChecked; |
 |
property CheckEnabled[Index: integer]: boolean read GetCheckEnabled write SetCheckEnabled; |
 |
property Columns: integer read FColumns write SetColumns default 1; |
 |
property ColumnLayout: TColumnLayout read FColumnLayout write SetColumnLayout default clHorizontalThenVertical; |
 |
property OnItemClick: TCheckGroupClicked read FOnItemClick write FOnItemClick; |
Beschreibung
Methoden
 |
constructor Create(TheOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
 |
function Rows: integer; |
|
Eigenschaften
 |
property AutoFill: boolean read FAutoFill write SetAutoFill; |
|
 |
property Items: TStrings read FItems write SetItems; |
|
 |
property Checked[Index: integer]: boolean read GetChecked write SetChecked; |
|
 |
property CheckEnabled[Index: integer]: boolean read GetCheckEnabled write SetCheckEnabled; |
|
 |
property Columns: integer read FColumns write SetColumns default 1; |
|
 |
property ColumnLayout: TColumnLayout read FColumnLayout write SetColumnLayout default clHorizontalThenVertical; |
|
Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:56