RFBUTTON.PadFileCount

short PadFileCount()

Function PadFileCount() As Integer

Number of Button Pad files stored in the Client memory.

Return value
The number of files found in the RF Client, after a successful ListPadFiles command.

Parameters

Remarks
The files are created by the PadStore function, and deleted by the DeletePadFile function.
The file array is built by the ListPadFiles function.
The number of Pad files may be accessed by this function (PadFileCount).
The filename may be accessed through PadFileName.

Example

See also    RFBUTTON, PadStore, DeletePadFile, ListPadFiles, PadFileName