Unit 'GDBTypeInfo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#bs_debuggergdbmi]

TGDBExpressionPartArrayIdx

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

Declaration

Source position: gdbtypeinfo.pp line 223

type TGDBExpressionPartArrayIdx = class(TGDBExpressionPartBracketed)

protected

  procedure Init; override;

  

  procedure InitReq(); overload;

  

  procedure InitDeRefReq();

  

  procedure InitIndexReq();

  

  function GetTextFixed(); override;

  

  property VarParam: Boolean; [rw]

  

  property PTypeReq: TGDBPTypeRequest; [rw]

  

  property PTypeDeRefReq: TGDBPTypeRequest; [rw]

  

  property PTypeIndexReq: TGDBPTypeRequest; [rw]

  

  property ArrayPTypeResult: TGDBPTypeResult; [r]

  

  property ArrayPTypeIsDeRef: Boolean; [r]

  

  property ArrayPTypeIsPointer: Boolean; [r]

  

  property ArrayPTypeNestIdx: Integer; [rw]

  

  property ArrayPTypePointerIdx: Integer; [rw]

  

  function CreateExpressionForSubIndex();

  

end;

Inheritance

TGDBExpressionPartArrayIdx

  

|

TGDBExpressionPartBracketed

  

|

TGDBExpression

  

|

TGDBExpressionPart

  

|

TObject



CT Web help

CodeTyphon Studio