[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_memo.pas line 37
type TfpgMemo = class(TfpgWidget) |
public |
constructor Create(); override; |
destructor Destroy; override; |
procedure UpdateScrollBars; |
procedure CopyToClipboard; |
procedure CutToClipboard; |
procedure PasteFromClipboard; |
procedure Clear; |
procedure BeginUpdate; |
procedure EndUpdate; |
property CursorPos: Integer; [rw] |
property CursorLine: Integer; [rw] |
property LineHeight: Integer; [r] |
property MaxLength: Integer; [rw] |
property TabWidth: Integer; [rw] |
property Text: TfpgString; [rw] |
property UseTabs: Boolean; [rw] |
property PopupMenu: TfpgPopupMenu; [rw] |
property SelectionText: TfpgString; [rw] |
published |
property Align; |
property BackgroundColor; |
property BorderStyle: TfpgEditBorderStyle; [rw] |
property Enabled; |
property FontDesc: ; [rw] |
property Hint; |
property Lines: TStringList; [r] |
property ParentShowHint; |
property ReadOnly: Boolean; [rw] |
property ShowHint; |
property TabOrder; |
property TextColor; |
property OnChange: TNotifyEvent; [rw] |
property OnEnter; |
property OnExit; |
property OnKeyPress; |
property OnShowHint; |
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 |