Class TxomAbstractVolume
Unit
xomFileSystem
Declaration
type TxomAbstractVolume = class(TXOMObject)
Description
TxomAbstractVolume
Hierarchy
- TXOMObject
- TxomAbstractVolume
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
Properties
 |
property Enabled: Boolean read FEnabled write FEnabled; |
|
|
 |
property VolumeName: WideString read FVolumeName write SetVolumeName; |
|
|
 |
property LocalPath: WideString read FLocalPath write FLocalPath; |
|
|
 |
property LocalMediumType: TMediumType read FLocalMediumType write FLocalMediumType; |
|
|
 |
property LocalMediumName : WideString read FLocalMediumName write FLocalMediumName; |
|
|
 |
property LocalMediumSerial: Integer read FLocalMediumSerial write FLocalMediumSerial; |
|
|
Generated by PasDoc 0.15.0.
|