Unit 'IdFTPListParseMVS' Package
[Overview][Types][Classes][Index] [#pl_indy]

TIdMVSFTPListItem

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

Declaration

Source position: IdFTPListParseMVS.pas line 66

type TIdMVSFTPListItem = class(TIdRecFTPListItem)

protected

  FBlockSize: Integer;

  

  FMigrated: Boolean;

  

  FVolume: string;

  

  FUnit: string;

  

  FOrg: string;

  

  FMVSNumberExtents: Integer;

  

  FMVSNumberTracks: Integer;

  

public

  constructor Create(); override;

  

  property Migrated: Boolean; [rw]

  

  property BlockSize: Integer; [rw]

  

  property RecLength: Integer;

  

  property RecFormat: string;

  

  property NumberRecs: Integer;

  

  property Volume: string; [rw]

  

  property Units: string; [rw]

  

  property Org: string; [rw]

  

  property NumberExtents: Integer; [rw]

  

  property NumberTracks: Integer; [rw]

  

end;

Inheritance

TIdMVSFTPListItem

  

|

TIdRecFTPListItem

  

|

TIdFTPListItem

  

|

TObject



CT Web help

CodeTyphon Studio