History |
FormID (server files)
Minimum version: 3.1
Purpose
Checks the form ID of a file on the FirstClass server.
Can only be used with an already open file.
Syntax
ServerFile.FormID
Example
Dim sf as ServerFile
sf.OpenFile("FCAS Config|About this potato")
Debug sf.FormID
| ||