[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Create - constructor for TCustomTreeView: calls inherited Create then sets defaults for style, size, etc
Source position: comctrls.pp line 3534
public constructor TCustomTreeView.Create( |
AnOwner: TComponent |
); override; |
Create - constructor for TCustomTreeView: calls inherited Create then sets defaults for style, size, etc
Among the variables initialised and defaults set are:
size, colour, the symbols for expansion etc, the border style and width, scroll bars, options, indentation, timers, action links
TComponent.Create |
lazarus-ccr.sourceforge.net |