Klasse TCustomListBox

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TCustomListBox = class(TWinControl)

Beschreibung

no description available, TWinControl description follows
no description available, TControl description follows
no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public constructor Create(TheOwner: TComponent); override;
Public destructor Destroy; override;
Public function GetIndexAtY(Y: integer): integer;
Public function GetSelectedText: string;
Public function ItemAtPos(const Pos: TPoint; Existing: Boolean): Integer;
Public function ItemRect(Index: Integer): TRect;
Public function ItemVisible(Index: Integer): boolean;
Public function ItemFullyVisible(Index: Integer): boolean;
Public procedure MakeCurrentVisible;
Public procedure MeasureItem(Index: Integer; var TheHeight: Integer); virtual;
Public procedure Clear; virtual;
Public procedure LockSelectionChange;
Public procedure UnlockSelectionChange;
Public procedure Click; override;

Eigenschaften

Public property Align;
Public property Anchors;
Public property BorderStyle default bsSingle;
Public property Canvas: TCanvas read FCanvas;
Public property ClickOnSelChange: boolean read FClickOnSelChange write FClickOnSelChange default true;
Public property Constraints;
Public property ExtendedSelect: boolean read FExtendedSelect write SetExtendedSelect default true;
Public property Font;
Public property IntegralHeight: boolean read FIntegralHeight write FIntegralHeight;
Public property ItemHeight: Integer read GetItemHeight write SetItemHeight;
Public property ItemIndex: integer read GetItemIndex write SetItemIndex;
Public property Items: TStrings read FItems write SetItems;
Public property MultiSelect: boolean read FMultiSelect write SetMultiSelect;
Public property OnChangeBounds;
Public property OnClick;
Public property OnDblClick;
Public property OnDrawItem: TDrawItemEvent read FOnDrawItem write FOnDrawItem;
Public property OnEnter;
Public property OnExit;
Public property OnKeyDown;
Public property OnKeyPress;
Public property OnKeyUp;
Public property OnMouseDown;
Public property OnMouseMove;
Public property OnMouseUp;
Public property OnMouseEnter;
Public property OnMouseLeave;
Public property OnMouseWheel;
Public property OnMouseWheelDown;
Public property OnMouseWheelUp;
Public property OnResize;
Public property OnSelectionChange: TSelectionChangeEvent read FOnSelectionChange write FOnSelectionChange;
Public property ParentFont;
Public property ParentShowHint;
Public property PopupMenu;
Public property SelCount: integer read GetSelCount;
Public property Selected[Index: integer]: boolean read GetSelected write SetSelected;
Public property ShowHint;
Public property Sorted: boolean read FSorted write SetSorted;
Public property Style: TListBoxStyle read FStyle write SetStyle;
Public property TabOrder;
Public property TabStop default true;
Public property TopIndex: Integer read GetTopIndex write SetTopIndex;
Public property Visible;

Beschreibung

Methoden

Public constructor Create(TheOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public function GetIndexAtY(Y: integer): integer;
 
Public function GetSelectedText: string;
 
Public function ItemAtPos(const Pos: TPoint; Existing: Boolean): Integer;
 
Public function ItemRect(Index: Integer): TRect;
 
Public function ItemVisible(Index: Integer): boolean;
 
Public function ItemFullyVisible(Index: Integer): boolean;
 
Public procedure MakeCurrentVisible;
 
Public procedure MeasureItem(Index: Integer; var TheHeight: Integer); virtual;
 
Public procedure Clear; virtual;
 
Public procedure LockSelectionChange;
 
Public procedure UnlockSelectionChange;
 
Public procedure Click; override;
 

Eigenschaften

Public property Align;
 
Public property Anchors;
 
Public property BorderStyle default bsSingle;
 
Public property Canvas: TCanvas read FCanvas;
 
Public property ClickOnSelChange: boolean read FClickOnSelChange write FClickOnSelChange default true;
 
Public property Constraints;
 
Public property ExtendedSelect: boolean read FExtendedSelect write SetExtendedSelect default true;
 
Public property Font;
 
Public property IntegralHeight: boolean read FIntegralHeight write FIntegralHeight;
 
Public property ItemHeight: Integer read GetItemHeight write SetItemHeight;
 
Public property ItemIndex: integer read GetItemIndex write SetItemIndex;
 
Public property Items: TStrings read FItems write SetItems;
 
Public property MultiSelect: boolean read FMultiSelect write SetMultiSelect;
 
Public property OnChangeBounds;
 
Public property OnClick;
 
Public property OnDblClick;
 
Public property OnDrawItem: TDrawItemEvent read FOnDrawItem write FOnDrawItem;
 
Public property OnEnter;
 
Public property OnExit;
 
Public property OnKeyDown;
 
Public property OnKeyPress;
 
Public property OnKeyUp;
 
Public property OnMouseDown;
 
Public property OnMouseMove;
 
Public property OnMouseUp;
 
Public property OnMouseEnter;
 
Public property OnMouseLeave;
 
Public property OnMouseWheel;
 
Public property OnMouseWheelDown;
 
Public property OnMouseWheelUp;
 
Public property OnResize;
 
Public property OnSelectionChange: TSelectionChangeEvent read FOnSelectionChange write FOnSelectionChange;
 
Public property ParentFont;
 
Public property ParentShowHint;
 
Public property PopupMenu;
 
Public property SelCount: integer read GetSelCount;
 
Public property Selected[Index: integer]: boolean read GetSelected write SetSelected;
 
Public property ShowHint;
 
Public property Sorted: boolean read FSorted write SetSorted;
 
Public property Style: TListBoxStyle read FStyle write SetStyle;
 
Public property TabOrder;
 
Public property TabStop default true;
 
Public property TopIndex: Integer read GetTopIndex write SetTopIndex;
 
Public property Visible;
 

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