Description | Hierarchy | Fields | Methods | Properties |
type TSPVTDBItem = class(TObject)
![]() |
constructor Create(_Caption: String; _ItemType:TSPVTDBItemType; _Font: TFont; _Color: TColor; _ImageIndexSelected: Integer; _ImageIndex: Integer; _Attached: Boolean; _Enabled: Boolean; _Visible: Boolean); |
![]() |
destructor Destroy; override; |
![]() |
function AddChildItem(_Caption: String; _ItemType: TSPVTDBItemType; _Font: TFont; _Color: TColor; _ImageIndexSelected: Integer; _ImageIndex: Integer; _Attached: Boolean; _Enabled: Boolean; _Visible: Boolean): TSPVTDBItem; |
![]() |
property Attached: Boolean read FAttached; |
![]() |
property Caption: String read FCaption write FCaption; |
![]() |
property Children: TSPVTDBItemList read FChildren; |
![]() |
property Color: TColor read FColor write FColor; |
![]() |
property Enabled: Boolean read FEnabled write FEnabled; |
![]() |
property Expanded: Boolean read FExpanded write FExpanded; |
![]() |
property Font: TFont read FFont write FFont; |
![]() |
property HasChildren: Boolean read GetFHasCHildren; |
![]() |
property ImageIndex: Integer read FImageIndex write FImageIndex; |
![]() |
property ImageIndexSelected: Integer read FImageIndexSelected write FImageIndexSelected; |
![]() |
property ItemType: TSPVTDBItemType read FItemType write FItemType; |
![]() |
property Parent: TSPVTDBItem read FParent; |
![]() |
property Visible: Boolean read FVisible write FVisible; |
![]() |
constructor Create(_Caption: String; _ItemType:TSPVTDBItemType; _Font: TFont; _Color: TColor; _ImageIndexSelected: Integer; _ImageIndex: Integer; _Attached: Boolean; _Enabled: Boolean; _Visible: Boolean); |
![]() |
destructor Destroy; override; |
![]() |
function AddChildItem(_Caption: String; _ItemType: TSPVTDBItemType; _Font: TFont; _Color: TColor; _ImageIndexSelected: Integer; _ImageIndex: Integer; _Attached: Boolean; _Enabled: Boolean; _Visible: Boolean): TSPVTDBItem; |
![]() |
property Attached: Boolean read FAttached; |
![]() |
property Caption: String read FCaption write FCaption; |
![]() |
property Children: TSPVTDBItemList read FChildren; |
![]() |
property Color: TColor read FColor write FColor; |
![]() |
property Enabled: Boolean read FEnabled write FEnabled; |
![]() |
property Expanded: Boolean read FExpanded write FExpanded; |
![]() |
property Font: TFont read FFont write FFont; |
![]() |
property HasChildren: Boolean read GetFHasCHildren; |
![]() |
property ImageIndex: Integer read FImageIndex write FImageIndex; |
![]() |
property ImageIndexSelected: Integer read FImageIndexSelected write FImageIndexSelected; |
![]() |
property ItemType: TSPVTDBItemType read FItemType write FItemType; |
![]() |
property Parent: TSPVTDBItem read FParent; |
![]() |
property Visible: Boolean read FVisible write FVisible; |