Unit 'LabUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_vulkanlab]

TLabAlignedArray

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

Declaration

Source position: LabUtils.pas line 200

type generic TLabAlignedArray <T>= class(TLabClass)

public

type

  T = T;

  

  PItem = ^TItem;

  

public

  property Count: TVkUInt32; [rw]

  

  property Data: PVkVoid; [r]

  

  property DataSize: TVkUInt32; [r]

  

  property Items []: PItem; default; [r]

  

  property ItemOffset []: TVkUInt32; [r]

  

  constructor Create();

  

  destructor Destroy; override;

  

end;

Inheritance

TLabAlignedArray

  

|

TObject



CT Web help

CodeTyphon Studio