[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'fpg_combobox' (#fpgui)

TfpgComboBox

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

Declaration

Source position: fpg_combobox.pas line 147

type TfpgComboBox = class(TfpgBaseStaticCombo)

published

  property AcceptDrops: Boolean;

  property Align: TAlign;

  property AutoSize: Boolean;

  property BackgroundColor: TfpgColor;

  property DropDownCount: Integer;

  property Enabled: Boolean;

  property ExtraHint: string;

  property FocusItem: Integer;

  property FontDesc: string;

  property Height: TfpgCoord;

  property Hint: TfpgString;

  property Items: TStringList;

  property Margin: Integer;

  property Options: TfpgComboOptions;

  property ParentShowHint: Boolean;

  property ReadOnly: Boolean;

  property ShowHint: Boolean;

  property TabOrder: Integer;

  property Text: string;

  property TextColor: TfpgColor;

  property Width: TfpgCoord;

  property OnChange: TNotifyEvent;

  property OnCloseUp: TNotifyEvent;

  property OnDragDrop: TfpgDragDropEvent;

  property OnDragEnter: TfpgDragEnterEvent;

  property OnDragLeave: TNotifyEvent;

  property OnDragStartDetected: TNotifyEvent;

  property OnDropDown: TNotifyEvent;

  property OnEnter: TNotifyEvent;

  property OnExit: TNotifyEvent;

  property OnMouseDown: TMouseButtonEvent;

  property OnMouseExit: TNotifyEvent;

  property OnMouseEnter: TNotifyEvent;

  property OnMouseMove: TMouseMoveEvent;

  property OnMouseUp: TMouseButtonEvent;

  property OnShowHint: THintEvent;

end;

Inheritance

TfpgComboBox

|

TfpgBaseStaticCombo

|

TfpgBaseComboBox

|

TfpgWidget

  

This forms the basis of any visual widget in fpGUI

|

TfpgWindow

  

Encapsulates a top level or child window

|

TfpgWindowImpl

  

Maps to a backend specific base class

|

TfpgX11Window

  

Implements XLib specific windowing functionality

|

TfpgWindowBase

  

Abstract class use for representing a Window or Widget

|

TfpgComponent

  

A descendant of the FPC TComponent class

|

TComponent

?

TObject


Documentation generated on: 2015-04-04