[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Create - constructor for TCustomMemo: calls inherited Create then initialises some variables, creates the stringlist and creates scrollbars
Source position: stdctrls.pp line 823
public constructor TCustomMemo.Create( |
AOwner: TComponent |
); override; |
Create - constructor for TCustomMemo: calls inherited Create then initialises some variables, creates the stringlist and creates scrollbars
The various ancestor methods first create the object, then initialise sizes, styles, fonts and positions of subsidiary objects
|
Create - constructor for TCustomEdit: calls inherited Create then initialises style, colour, size and various other local variables |
lazarus-ccr.sourceforge.net |