[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fsifFileSystem.pas line 119
type TFSOpenFile = class(AStream) |
||
protected |
||
|
||
|
||
|
||
FPosition: Int64; |
|
|
|
||
|
||
procedure LockFileSystem; |
|
|
procedure UnlockFileSystem; |
|
|
procedure ReadDirectoryEntry; |
|
|
procedure WriteDirectoryEntry(); |
|
|
function GetReader; override; |
|
|
function GetWriter; override; |
|
|
function GetSize; override; |
|
|
procedure SetSize(); override; |
|
|
function GetPosition; override; |
|
|
procedure SetPosition(); override; |
|
|
function GetGUIDStr; |
|
|
function GetGUID(); |
|
|
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
property GUIDStr: RawByteString; [r] |
|
|
|
||
procedure GetContentType(); |
|
|
procedure SetContentType(); |
|
|
function Read(); override; |
|
|
function Write(); override; |
|
|
end; |
|
||
| | | ||
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |