[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TCustomMemo : the base class for TMemo
Source position: stdctrls.pp line 763
type TCustomMemo = class(TCustomEdit) |
||
protected |
||
procedure CreateHandle; override; |
|
|
procedure DestroyHandle; override; |
|
|
function RealGetText; override; |
|
Function to get a text-string associated with the control |
procedure RealSetText(); override; |
|
Procedure to store text associated with the control in a string |
function GetCachedText(); override; |
|
|
function GetCaretPos; override; |
||
procedure SetAlignment(); |
|
|
procedure SetCaretPos(); override; |
||
procedure SetLines(); |
|
|
procedure SetSelText(); override; |
|
|
procedure SetWantReturns(); |
|
|
procedure SetWantTabs(); |
|
|
procedure SetWordWrap(); |
|
|
procedure SetScrollBars(); |
|
|
procedure Loaded; override; |
|
|
function WordWrapIsStored; virtual; |
|
|
procedure ControlKeyDown(); override; |
|
ControlKeyDown - contains the set of special keys (shift, control, alt, meta) that are pressed |
procedure CNChar(); message; |
|
|
function GetControlClassDefaultSize; override; |
|
Find the default size for this class of controls (by reference to parents) |
public |
||
constructor Create(); override; |
||
destructor Destroy; override; |
||
procedure Append(); |
|
Append - procedure for adding a text string to the Memo |
property Alignment: TAlignment; [rw] |
|
Alignment - whether text is centered, left- or right-justified |
|
Lines : an array of strings (single lines of characters) which contains the text held or being entered in the Memo |
|
property HorzScrollBar: TMemoScrollbar; [rws] |
|
The horizontal scroll bar for this memo |
property VertScrollBar: TMemoScrollbar; [rws] |
|
The Vertical scroll bar for this memo |
property ScrollBars: TScrollStyle; [rw] |
|
Whether the Memo has ScrollBars - none, horizontal or vertical or both, or automatically placed if needed |
property WantReturns: Boolean; [rw] |
|
Whether Return characters are required to be included in the memo |
property WantTabs: Boolean; [rw] |
|
Whether Tab characters are required to be retained in the Memo |
property WordWrap: Boolean; [rws] |
|
Is WordWrap enabled, allowing long words to be carried on to the next line? |
end; |
|
TCustomMemo : the base class for TMemo |
|
| | ||
|
TCustomEdit : the base type from which the TEdit Box is derived. |
|
| | ||
|
The base class for all windowed controls |
|
| | ||
|
TControl - the main ancestor class for visual controls. |
|
| | ||
TLCLComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |