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

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A