OleAutoObject Constructor (String, Logic) | |
Construct an OleAutoObject
Namespace:
XSharp
Assembly:
XSharp.VO (in XSharp.VO.dll) Version: 2.21
Syntax CONSTRUCTOR(
cProgId AS STRING,
fRotCheck AS LOGIC
)
public OleAutoObject(
string cProgId,
bool fRotCheck
)
Request Example
View SourceParameters
- cProgId
- Type: String
- fRotCheck
- Type: Logic
See Also