[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; |
published |
property AcceptDrops; |
property Align; |
property AutoSelect; |
property AutoSize; |
property BackgroundColor; |
property BorderStyle; |
property Enabled; |
property ExtraHint; |
property FontDesc; |
property HeightMargin; |
property HideSelection; |
property Hint; |
property IgnoreMouseCursor; |
property MaxLength; |
property ParentShowHint; |
property PasswordMode; |
property ReadOnly; |
property ShowHint; |
property SideMargin; |
property TabOrder; |
property Text; |
property TextColor; |
property OnChange; |
property OnDragEnter; |
property OnDragLeave; |
property OnDragDrop; |
property OnDragStartDetected; |
property OnEnter; |
property OnExit; |
property OnKeyPress; |
property OnMouseEnter; |
property OnMouseExit; |
property OnPaint; |
property OnShowHint; |
end; |
| |
| |
| |
TfpgWidget |
? |
TObject |