TpbProtoNode Class

Represents type TpbProtoNode.

Namespace: flcProtoBufProtoNodes
type
 TpbProtoNode = class
 end;

The TpbProtoNode type exposes the following members.

Show:
 NameDescription
ExpectResolvedType(RawByteString)

Represents method ExpectResolvedType(RawByteString).

ExpectResolvedValue(RawByteString)

Represents method ExpectResolvedValue(RawByteString).

GetAsProtoString

Represents method GetAsProtoString.

ResolveType(RawByteString,Boolean)

Represents method ResolveType(RawByteString,Boolean).

ResolveValue(RawByteString,Boolean)

Represents method ResolveValue(RawByteString,Boolean).

Top