PROPERTY: FileMask (strValue)
FUNCTION:
Creates the file names which hold the registration data.
CALLING SEQUENCE:
Must be set before calling GetRegistrationInfo, SaveRegistrationInfo,
Register or DeleteRegistration methods.
INPUTS:
A string containing the mask to use to create the file names from. The
string is truncated and/or expanded to 10 characters and is of the form:
F(n) in {!#$%&'()-@[]`_^~, 0...9, A...Z, a...z}
ASC(F(n)) in {33, 35...41, 45, 48...57, 64...91, 93...122, 126}
PROPERTIES SET:
None
INPUT VALUE DATA TYPE:
String
Top