Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TListColumn = class(TCollectionItem)
![]() |
constructor Create(ACollection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure Assign(ASource: TPersistent); override; |
![]() |
property Alignment: TAlignment read FAlignment write SetAlignment default taLeftJustify; |
![]() |
property AutoSize: Boolean read FAutoSize write SetAutoSize; |
![]() |
property Caption: TTranslateString read FCaption write SetCaption; |
![]() |
property ImageIndex: TImageIndex read FImageIndex write SetImageIndex default -1; |
![]() |
property MaxWidth: TWidth read FMaxWidth write SetMaxWidth default 0; |
![]() |
property MinWidth: TWidth read FMinWidth write SetMinWidth default 0; |
![]() |
property Tag: Integer read FTag write FTag default 0; |
![]() |
property Visible: Boolean read FVisible write SetVisible default true; |
![]() |
property Width: TWidth read GetWidth write SetWidth default 50; |
![]() |
constructor Create(ACollection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure Assign(ASource: TPersistent); override; |
![]() |
property Alignment: TAlignment read FAlignment write SetAlignment default taLeftJustify; |
![]() |
property AutoSize: Boolean read FAutoSize write SetAutoSize; |
![]() |
property Caption: TTranslateString read FCaption write SetCaption; |
![]() |
property ImageIndex: TImageIndex read FImageIndex write SetImageIndex default -1; |
![]() |
property MaxWidth: TWidth read FMaxWidth write SetMaxWidth default 0; |
![]() |
property MinWidth: TWidth read FMinWidth write SetMinWidth default 0; |
![]() |
property Tag: Integer read FTag write FTag default 0; |
![]() |
property Visible: Boolean read FVisible write SetVisible default true; |
![]() |
property Width: TWidth read GetWidth write SetWidth default 50; |