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

TLazDockConfigNode

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

Declaration

Source position: ldockctrl.pas line 83

type TLazDockConfigNode = class(TPersistent)

public

  procedure Create();

  destructor Destroy; override;

  procedure Clear;

  procedure Assign(); override;

  function FindByName();

  function IndexOf();

  function GetScreenBounds;

  function FindNeighbour();

  function IsTheOnlyNeighbour();

  procedure SaveToConfig();

  procedure LoadFromConfig();

  function GetPath;

  procedure WriteDebugReport;

  function DebugLayoutAsString;

  property Bounds: TRect; [rw]

  property ClientBounds: TRect; [rw]

  property Parent: TLazDockConfigNode; [rw]

  property Sides: String; [rw]

  property ChildCount: Integer; [r]

  property Childs: TLazDockConfigNode; default; [r]

published

  property TheType: TLDConfigNodeType; [rw]

  property Name: String; [rw]

  property WindowState: TWindowState; [rw]

end;

Inheritance

TLazDockConfigNode

|

TPersistent

?

TObject