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

TpbProtoFieldType

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

Declaration

Source position: flcProtoBufProtoNodes.pas line 199

type TpbProtoFieldType = class(TpbProtoNode)

protected

  FParentField: TpbProtoField;

  

  FBaseType: TpbProtoFieldBaseType;

  

  FIdenStr: RawByteString;

  

public

  constructor Create();

  

  property ParentField: TpbProtoField; [r]

  

  property BaseType: TpbProtoFieldBaseType; [rw]

  

  property IdenStr: RawByteString; [rw]

  

  function ResolveType(); override;

  

  function GetAsProtoString; override;

  

  function IsSimpleType;

  

  function IsIdenType;

  

  function IdenType;

  

end;

Inheritance

TpbProtoFieldType

  

|

TpbProtoNode

  

|

TObject



CT Web help

CodeTyphon Studio