Unit 'orca_scene2d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca]

TD2StorageItem

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

Declaration

Source position: orca_scene2d.pas line 1147

type TD2StorageItem = class(TPersistent)

protected

  procedure ReadItem();

  

  procedure WriteItem();

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  property AsStream: TMemoryStream; [r]

  

  property AsString: WideString; [rw]

  

  property AsFloat: Single; [rw]

  

  property AsInteger: Integer; [rw]

  

  property AsBool: Boolean; [rw]

  

end;

Inheritance

TD2StorageItem

  

|

TObject



CT Web help

CodeTyphon Studio