[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_edit.pas line 157
type TfpgEdit = class(TfpgBaseTextEdit) |
public |
property PopupMenu: TfpgPopupMenu; |
published |
property AcceptDrops: Boolean; |
property AutoSelect: Boolean; |
property AutoSize: Boolean; |
property BackgroundColor: TfpgColor; |
property BorderStyle: TfpgEditBorderStyle; |
property Enabled: Boolean; |
property ExtraHint: string; |
property FontDesc: string; |
property HeightMargin: Integer; |
property HideSelection: Boolean; |
property Hint: TfpgString; |
property IgnoreMouseCursor: Boolean; |
property MaxLength: Integer; |
property ParentShowHint: Boolean; |
property PasswordMode: Boolean; |
property ReadOnly: Boolean; |
property ShowHint: Boolean; |
property SideMargin: Integer; |
property TabOrder: Integer; |
property Text: string; |
property OnChange: TNotifyEvent; |
property OnDragEnter: TfpgDragEnterEvent; |
property OnDragLeave: TNotifyEvent; |
property OnDragDrop: TfpgDragDropEvent; |
property OnDragStartDetected: TNotifyEvent; |
property OnEnter: TNotifyEvent; |
property OnExit: TNotifyEvent; |
property OnKeyChar: TfpgKeyCharEvent; |
property OnKeyPress: TKeyPressEvent; |
property OnMouseDown: TMouseButtonEvent; |
property OnMouseExit: TNotifyEvent; |
property OnMouseEnter: TNotifyEvent; |
property OnMouseMove: TMouseMoveEvent; |
property OnMouseUp: TMouseButtonEvent; |
property OnPaint: TPaintEvent; |
property OnShowHint: THintEvent; |
end; |
| | ||
| | ||
| | ||
|
This forms the basis of any visual widget in fpGUI |
|
| | ||
|
Encapsulates a top level or child window |
|
| | ||
|
Maps to a backend specific base class |
|
| | ||
|
Implements XLib specific windowing functionality |
|
| | ||
|
Abstract class use for representing a Window or Widget |
|
| | ||
|
A descendant of the FPC TComponent class |
|
| | ||
TComponent |
||
? | ||
TObject |