Open
The properties that begin with "OPEN
" (for example, the OPENMode
property and OPENWaitOnOpen
property) apply to the Open
method. However, they do not apply to the initial call to the Open
method; that is, they do not affect the currently opened document and apply only to documents opened with subsequent calls to the Open
method. See Control Properties.
Syntax
nRet = KeyView.Open(FileName)
Parameters
Parameter | Type | Description |
---|---|---|
Filename
|
String | A string containing the file name of the document to open. |
Returns
Type | Description |
---|---|
Short |
|