[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LDockCtrl' (#lcl)

TLazDockerConfig

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TLazDockerConfig - a class containing a tree of nodes for configuring a named docker

Declaration

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;

Inheritance

TLazDockerConfig

  

TLazDockerConfig - a class containing a tree of nodes for configuring a named docker

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.