OPC Labs Base Library
TextParsingError Object
Members 
OpcLabs_BaseLib ActiveX DLL : TextParsingError Object
Description
Represents an error in text parsing.

 

ProgId: OpcLabs.BaseLib.TextParsingError
CLSID (Class ID): 9abc282a-1fe5-4c9b-b09b-f77a037678ea
Default interface: OpcLabs.BaseLib.ComTypes._TextParsingError
Event source interface:

 

For more information, see TextParsingError and OpcLabs.BaseLib.ComTypes._TextParsingError in .NET Reference.

Remarks

For remarks, see TextParsingError and OpcLabs.BaseLib.ComTypes._TextParsingError in .NET Reference.

Object creation

_TextParsingErrorPtr TextParsingErrorPtr(__uuidof(TextParsingError));
TextParsingError := CoTextParsingError.Create;
var TextParsingError = new ActiveXObject("OpcLabs.BaseLib.TextParsingError");
TextParsingError := CoTextParsingError.Create;
$TextParsingError = Win32::OLE->new("OpcLabs.BaseLib.TextParsingError");
$TextParsingError = new COM("OpcLabs.BaseLib.TextParsingError");
OLEObject TextParsingError
TextParsingError = CREATE OLEObject
TextParsingError.ConnectToNewObject("OpcLabs.BaseLib.TextParsingError")
TextParsingError = win32com.client.Dispatch('OpcLabs.BaseLib.TextParsingError')
Dim TextParsingError As New OleObject ("OpcLabs.BaseLib.TextParsingError")
Dim TextParsingError As New TextParsingError
TextParsingError = CREATEOBJECT("OpcLabs.BaseLib.TextParsingError")
Dim TextParsingError As New TextParsingError
Dim TextParsingError: Set TextParsingError = CreateObject("OpcLabs.BaseLib.TextParsingError")
TextParsingError := CreateObject("OpcLabs.BaseLib.TextParsingError")
Interfaces
InterfaceDescription
 
Represents a generic error.

 

IID (Interface ID): 20842ded-34a1-47e9-95ac-af81445fd242

 

For more information, see _GenericError in .NET Reference.

Example

For examples, see TextParsingError in .NET Reference.

See Also

TextParsingError Members