Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TListItem = class(TPersistent)
![]() |
procedure Assign(ASource: TPersistent); override; |
![]() |
constructor Create(AOwner : TListItems); |
![]() |
destructor Destroy; override; |
![]() |
procedure Delete; |
![]() |
procedure MakeVisible(PartialOK: Boolean); |
![]() |
function DisplayRect(Code: TDisplayCode): TRect; |
![]() |
function DisplayRectSubItem(subItem: integer;Code: TDisplayCode): TRect; |
![]() |
property Caption : String read FCaption write SetCaption; |
![]() |
property Checked : Boolean read GetChecked write SetChecked; |
![]() |
property Cut: Boolean index Ord(lisCut) read GetState write SetState; |
![]() |
property Data: Pointer read FData write SetData; |
![]() |
property DropTarget: Boolean index Ord(lisDropTarget) read GetState write SetState; |
![]() |
property Focused: Boolean index Ord(lisFocused) read GetState write SetState; |
![]() |
property Index: Integer read GetIndex; |
![]() |
property ImageIndex: Integer read FImageIndex write SetImageIndex default -1; |
![]() |
property ListView: TCustomListView read GetListView; |
![]() |
property Owner: TListItems read FOwner; |
![]() |
property Selected: Boolean index Ord(lisSelected) read GetState write SetState; |
![]() |
property SubItems: TStrings read GetSubItems write SetSubItems; |
![]() |
property SubItemImages[const AIndex: Integer]: Integer read GetSubItemImages write SetSubItemImages; |
![]() |
procedure Assign(ASource: TPersistent); override; |
![]() |
constructor Create(AOwner : TListItems); |
![]() |
destructor Destroy; override; |
![]() |
procedure Delete; |
![]() |
procedure MakeVisible(PartialOK: Boolean); |
![]() |
function DisplayRect(Code: TDisplayCode): TRect; |
![]() |
function DisplayRectSubItem(subItem: integer;Code: TDisplayCode): TRect; |
![]() |
property Caption : String read FCaption write SetCaption; |
![]() |
property Checked : Boolean read GetChecked write SetChecked; |
![]() |
property Cut: Boolean index Ord(lisCut) read GetState write SetState; |
![]() |
property Data: Pointer read FData write SetData; |
![]() |
property DropTarget: Boolean index Ord(lisDropTarget) read GetState write SetState; |
![]() |
property Focused: Boolean index Ord(lisFocused) read GetState write SetState; |
![]() |
property Index: Integer read GetIndex; |
![]() |
property ImageIndex: Integer read FImageIndex write SetImageIndex default -1; |
![]() |
property ListView: TCustomListView read GetListView; |
![]() |
property Owner: TListItems read FOwner; |
![]() |
property Selected: Boolean index Ord(lisSelected) read GetState write SetState; |
![]() |
property SubItems: TStrings read GetSubItems write SetSubItems; |
![]() |
property SubItemImages[const AIndex: Integer]: Integer read GetSubItemImages write SetSubItemImages; |