[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: listbox.inc line 7
type TCustomListBox = class(TWidget) |
||
protected |
||
|
||
FMaxItemWidth: Integer; |
|
|
ItemHeight: Integer; |
|
|
procedure Paint(); override; |
|
|
function ProcessEvent(); override; |
|
|
function DistributeEvent(); override; |
|
|
procedure CalcSizes; override; |
|
|
procedure Resized; override; |
|
|
procedure RecalcWidth; |
|
|
procedure UpdateScrollBars; |
|
|
procedure RedrawItem(); |
|
|
property CanExpandWidth; |
|
|
property CanExpandHeight; |
|
|
property HotTrack: Boolean; [rw] |
|
|
property ItemIndex: Integer; [rw] |
|
|
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
property Items: TStrings; [rw] |
|
|
end; |
|
||
| | ||
|
The TWidget class is the base class of all user interface objects. |
|
| | ||
TComponent |
||
? | ||
TObject |