Unit 'AbCompnd' Package
[Overview][Constants][Types][Classes][Index] [#pl_abbrevia]

TAbSystemBlock

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

Declaration

Source position: AbCompnd.pas line 174

type TAbSystemBlock = class(TObject)

protected

  FSignature: AnsiString;

  

  FVolumeLabel: AnsiString;

  

  FAllocationSize: Integer;

  

  FVersion: AnsiString;

  

  FUpdating: Boolean;

  

  procedure BeginUpdate;

  

  procedure EndUpdate;

  

  procedure WriteToStream();

  

  property Signature: AnsiString; [rw]

  

  property VolumeLabel: AnsiString; [rw]

  

  property Updating: Boolean; [r]

  

  property AllocationSize: Integer; [rw]

  

  property Version: AnsiString; [r]

  

public

  constructor Create();

  

end;

Inheritance

TAbSystemBlock

  

|

TObject



CT Web help

CodeTyphon Studio