Unit 'FileCtrl' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TFileListBox

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: filectrl.pp line 85

type TFileListBox = class(TCustomFileListBox)

published

  property Align: TAlign;

  

  property Anchors: TAnchors;

  

  property BiDiMode: TBiDiMode;

  

  property BorderSpacing: TControlBorderSpacing;

  

  property BorderStyle: TBorderStyle;

  

  property Color: TColor;

  

  property Constraints: TSizeConstraints;

  

  property Directory: string;

  

  property DragCursor: TCursor;

  

  property DragMode: TDragMode;

  

  property Enabled: Boolean;

  

  property ExtendedSelect: Boolean;

  

  property FileType: TFileType;

  

  property Font: TFont;

  

  property IntegralHeight: Boolean;

  

  property ItemHeight: Integer;

  

  property Mask: string;

  

  property MultiSelect: Boolean;

  

  property ParentBiDiMode: Boolean;

  

  property ParentColor: Boolean;

  

  property ParentShowHint: Boolean;

  

  property ParentFont: Boolean;

  

  property PopupMenu: TPopupMenu;

  

  property ShowHint: Boolean;

  

  property Sorted: Boolean;

  

  property Style: TListBoxStyle;

  

  property TabOrder: TTabOrder;

  

  property TabStop: Boolean;

  

  property TopIndex: Integer;

  

  property Visible: Boolean;

  

  property OnChange: TNotifyEvent;

  

  property OnChangeBounds: TNotifyEvent;

  

  property OnClick: TNotifyEvent;

  

  property OnDblClick: TNotifyEvent;

  

  property OnDragDrop: TDragDropEvent;

  

  property OnDragOver: TDragOverEvent;

  

  property OnDrawItem: TDrawItemEvent;

  

  property OnEndDrag: TEndDragEvent;

  

  property OnEnter: TNotifyEvent;

  

  property OnExit: TNotifyEvent;

  

  property OnKeyPress: TKeyPressEvent;

  

  property OnKeyDown: TKeyEvent;

  

  property OnKeyUp: TKeyEvent;

  

  property OnMouseDown: TMouseEvent;

  

  property OnMouseEnter: TNotifyEvent;

  

  property OnMouseLeave: TNotifyEvent;

  

  property OnMouseMove: TMouseMoveEvent;

  

  property OnMouseUp: TMouseEvent;

  

  property OnMouseWheel: TMouseWheelEvent;

  

  property OnMouseWheelDown: TMouseWheelUpDownEvent;

  

  property OnMouseWheelUp: TMouseWheelUpDownEvent;

  

  property OnResize: TNotifyEvent;

  

  property OnSelectionChange: TSelectionChangeEvent;

  

  property OnStartDrag: TStartDragEvent;

  

  property OnUTF8KeyPress: TUTF8KeyPressEvent;

  

end;

Inheritance

TFileListBox

  

|

TCustomFileListBox

  

|

TCustomListBox

  

The base class for TListBox.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio