Returns the type of the contained document object.
[ sType = ] Object.Type
The Type property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
|
sType |
BString |
Retrieves the type of the contained document object. |
This property is read-only at run time.
The following statement retrieves the type of the contained document object:
sLogType1 = log1.Type ! for HTML it returns "HTML Document"