[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TLazDockerConfig - a class containing a tree of nodes for configuring a named docker
Source position: ldockctrl.pas line 140
type TLazDockerConfig = class |
||
public |
||
constructor Create(); |
|
Create - constructor for TLazDockerConfig: sets up local variables to hold the docker name and a root node |
destructor Destroy; override; |
|
Destroy - destructor for TLazDockerConfig: removes the root then calls inherited Destroy |
procedure WriteDebugReport; |
|
WriteDebugReport - produces a nicely formatted debugging report |
property DockerName: String; [r] |
|
DockerName - the name of the Docker to be configured |
property Root: TLazDockConfigNode; [r] |
|
The Root node of the configuration |
end; |
|
TLazDockerConfig - a class containing a tree of nodes for configuring a named docker |
|
| | ||
TObject |
lazarus-ccr.sourceforge.net |