[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit '_crw_dimc' (#crwlib)

TDimBuffer

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

Declaration

Source position: _crw_dimc.pas line 48

type TDimBuffer = class(TMasterObject)

protected

  FAuto: LongBool;

  FParent: TDimService;

  FBuffer: ;

  function GetAuto;

  procedure SetAuto();

  function GetSize;

  procedure SetSize();

  function GetParent;

public

  function Addr();

  function IsValidAddr();

  function GetData();

  function SetData();

  function Assign();

  procedure Update;

  function GetAsChar();

  function GetAsByte();

  function GetAsSmallInt();

  function GetAsInteger();

  function GetAsInt64();

  function GetAsFloat();

  function GetAsDouble();

  function GetAsPChar();

  function GetAsString();

  procedure SetAsChar();

  procedure SetAsByte();

  procedure SetAsSmallInt();

  procedure SetAsInteger();

  procedure SetAsInt64();

  procedure SetAsFloat();

  procedure SetAsDouble();

  procedure SetAsPChar();

  procedure SetAsString();

  property Auto: Boolean; [rw]

  property Size: SizeInt; [rw]

  property Parent: TDimService; [r]

  constructor Create();

  destructor Destroy; override;

end;

Inheritance

TDimBuffer

|

TMasterObject

|

TObject