Unit 'LabRenderGraph' Package
[Overview][Types][Classes][Index] [#pl_vulkanlab]

TLabMetaRenderObject

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

Declaration

Source position: LabRenderGraph.pas line 13

type TLabMetaRenderObject = class(TLabClass)

public

type

  TAutoFreeList = TAutoFreeList;

  

  TLabMetaRenderObjectClass = class of TLabMetaRenderObject;

  

protected

  Next: TLabMetaRenderObject;

  

  Prev: TLabMetaRenderObject;

  

  List: TLabMetaRenderObject;

  

  procedure AutoFreeAdd();

  

  procedure AutoFreeRemove();

  

public

  property Name: string; [r]

  

  class constructor CreateClass;

  

  class function Find();

  

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

end;

Inheritance

TLabMetaRenderObject

  

|

TObject



CT Web help

CodeTyphon Studio