TCodeGenSupportVersion Enumeration

Represents type TCodeGenSupportVersion.

Namespace: flcProtoBufProtoCodeGenPascal
type
 TCodeGenSupportVersion = (cgsvLessXE, cgsvXE, cgsvAll);

The TCodeGenSupportVersion type exposes the following members.

Show:
 NameDescription
cgsvAll

Represents constant cgsvAll.

cgsvLessXE

Represents constant cgsvLessXE.

cgsvXE

Represents constant cgsvXE.

Top