Class TxomAbstractVolume

Unit

Declaration

type TxomAbstractVolume = class(TXOMObject)

Description

TxomAbstractVolume

Hierarchy

  • TXOMObject
  • TxomAbstractVolume

Overview

Methods

Public procedure AfterConstruction; override;

Properties

Public property Source: TxomAbstractVolume read FSource write FSource;
Published property Enabled: Boolean read FEnabled write FEnabled;
Published property VolumeName: WideString read FVolumeName write SetVolumeName;
Published property LocalPath: WideString read FLocalPath write FLocalPath;
Published property LocalMediumType: TMediumType read FLocalMediumType write FLocalMediumType;
Published property LocalMediumName : WideString read FLocalMediumName write FLocalMediumName;
Published property LocalMediumSerial: Integer read FLocalMediumSerial write FLocalMediumSerial;
Published property Attributes: TxomAbstractVolumeAttributes read FAttributes write FAttributes;

Description

Methods

Public procedure AfterConstruction; override;
 

Properties

Public property Source: TxomAbstractVolume read FSource write FSource;
 
Published property Enabled: Boolean read FEnabled write FEnabled;
 
Published property VolumeName: WideString read FVolumeName write SetVolumeName;
 
Published property LocalPath: WideString read FLocalPath write FLocalPath;
 
Published property LocalMediumType: TMediumType read FLocalMediumType write FLocalMediumType;
 
Published property LocalMediumName : WideString read FLocalMediumName write FLocalMediumName;
 
Published property LocalMediumSerial: Integer read FLocalMediumSerial write FLocalMediumSerial;
 
Published property Attributes: TxomAbstractVolumeAttributes read FAttributes write FAttributes;
 

Generated by PasDoc 0.15.0.