Section contents
cfile.oxh
this& = NewFormat&:
The C++ constructor constructs the FindFprmat object.
this& |
An value which represents the created format entry |
If the object could not be created then an error is generated
which should be trapped by an ONERR
handler.
LOCAL this& this& = NewFormat&:(fs&) DeleteFormat:(this&)
DeleteFormat:(BYREF this&)
Destroys the format object.
BYREF this& |
A handle to a format object |
LOCAL this& this& = NewFormat&: DeleteFormat:(this&)
FormatClose:(this&)
TBS
this& |
A handle to a format object |
result% = FormatNext%:(this&, BYREF step&)
TBS
this& |
A handle to a format object |
BYREF step& |
TBS |
result% |
TBS |
FormatNextA:(this&, des&, BYREF status&)
TBS
this& |
A handle to a format object |
des& |
TBS |
BYREF step& |
TBS |
result% = FormatOpen:(this&, fs&, name$, mode%,
BYREF count&)
TBS
this& |
A handle to a format object |
fs& |
A handle to a file server object |
name$ |
TBS |
mode% |
The format mode |
BYREF step& |
TBS |
result% |
TBS |