Unit 'flcProtoBufProtoNodes' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

TpbProtoEnumValue

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: flcProtoBufProtoNodes.pas line 80

type TpbProtoEnumValue = class(TpbProtoNode)

protected

  FParentEnum: TpbProtoEnum;

  

  FName: RawByteString;

  

  FValue: LongInt;

  

public

  constructor Create();

  

  property Name: RawByteString; [rw]

  

  property Value: LongInt; [rw]

  

  function GetAsProtoString; override;

  

end;

Inheritance

TpbProtoEnumValue

  

|

TpbProtoNode

  

|

TObject



CT Web help

CodeTyphon Studio