TcEventArgumentTypeEnum

Type-Definition, von welchem Typ ein TcArgument ist.

Syntax

public enum TcEventArgumentTypeEnum
{
    Blob,
    Boolean,
    Char,
    Double,
    E_AdsnotificationStream,
    EventReference,
    ExternalTimeStamp,
    Float,
    FormatString,
    Int16,
    Int32,
    Int64,
    Int8,
    StringType,
    UInt16,
    UInt32,
    UInt64,
    UInt8,
    Undefinied,
    UTF8EncodedString,
    WChar,
    WStringType
}