Klasse TListItem

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TListItem = class(TPersistent)

Beschreibung

Hierarchie

Übersicht

Methoden

Public procedure Assign(ASource: TPersistent); override;
Public constructor Create(AOwner : TListItems);
Public destructor Destroy; override;
Public procedure Delete;
Public procedure MakeVisible(PartialOK: Boolean);
Public function DisplayRect(Code: TDisplayCode): TRect;
Public function DisplayRectSubItem(subItem: integer;Code: TDisplayCode): TRect;

Eigenschaften

Public property Caption : String read FCaption write SetCaption;
Public property Checked : Boolean read GetChecked write SetChecked;
Public property Cut: Boolean index Ord(lisCut) read GetState write SetState;
Public property Data: Pointer read FData write SetData;
Public property DropTarget: Boolean index Ord(lisDropTarget) read GetState write SetState;
Public property Focused: Boolean index Ord(lisFocused) read GetState write SetState;
Public property Index: Integer read GetIndex;
Public property ImageIndex: Integer read FImageIndex write SetImageIndex default -1;
Public property ListView: TCustomListView read GetListView;
Public property Owner: TListItems read FOwner;
Public property Selected: Boolean index Ord(lisSelected) read GetState write SetState;
Public property SubItems: TStrings read GetSubItems write SetSubItems;
Public property SubItemImages[const AIndex: Integer]: Integer read GetSubItemImages write SetSubItemImages;

Beschreibung

Methoden

Public procedure Assign(ASource: TPersistent); override;
 
Public constructor Create(AOwner : TListItems);
 
Public destructor Destroy; override;
 
Public procedure Delete;
 
Public procedure MakeVisible(PartialOK: Boolean);
 
Public function DisplayRect(Code: TDisplayCode): TRect;
 
Public function DisplayRectSubItem(subItem: integer;Code: TDisplayCode): TRect;
 

Eigenschaften

Public property Caption : String read FCaption write SetCaption;
 
Public property Checked : Boolean read GetChecked write SetChecked;
 
Public property Cut: Boolean index Ord(lisCut) read GetState write SetState;
 
Public property Data: Pointer read FData write SetData;
 
Public property DropTarget: Boolean index Ord(lisDropTarget) read GetState write SetState;
 
Public property Focused: Boolean index Ord(lisFocused) read GetState write SetState;
 
Public property Index: Integer read GetIndex;
 
Public property ImageIndex: Integer read FImageIndex write SetImageIndex default -1;
 
Public property ListView: TCustomListView read GetListView;
 
Public property Owner: TListItems read FOwner;
 
Public property Selected: Boolean index Ord(lisSelected) read GetState write SetState;
 
Public property SubItems: TStrings read GetSubItems write SetSubItems;
 
Public property SubItemImages[const AIndex: Integer]: Integer read GetSubItemImages write SetSubItemImages;
 

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