Home > Language Reference > Classes > StreamFileDB
FileHand Property
Returns the file handle.
Syntax
Public Property Get FileHand() As Long
Remarks
The FileHand property returns a file handle useable with the Palm OS® File Streaming functions. This property allows you to access a file opened with HB++ from a shared library written in C.
If the StreamFileDB object does not refer to an open file, this property returns zero.
For further information on shared libraries and communication between HB++ and the C language, refer to the Shared library chapter in the Programmer's Guide and the description of the Declare statement.
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | N/A |