Unit 'ELDsgxObjectInsp' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_exdesign]

TplOIPropertyGridRow

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

Declaration

Source position: ELDsgxObjectInsp.pas line 175

type TplOIPropertyGridRow = class

public

  constructor Create();

  

  destructor Destroy; override;

  

  function ConsistencyCheck;

  

  function HasChild();

  

  procedure WriteDebugReport();

  

  function GetBottom;

  

  function IsReadOnly;

  

  function IsDisabled;

  

  procedure MeasureHeight();

  

  function Sort();

  

  function IsSorted();

  

  function Next;

  

  function NextSkipChilds;

  

  property Editor: TPropertyEditor; [r]

  

  property Top: Integer; [rw]

  

  property Height: Integer; [rw]

  

  property Bottom: Integer; [r]

  

  property Lvl: Integer; [r]

  

  property Name: string; [r]

  

  property Expanded: Boolean; [r]

  

  property Tree: TplOICustomPropertyGrid; [r]

  

  property Parent: TplOIPropertyGridRow; [r]

  

  property ChildCount: Integer; [r]

  

  property FirstChild: TplOIPropertyGridRow; [r]

  

  property LastChild: TplOIPropertyGridRow; [r]

  

  property NextBrother: TplOIPropertyGridRow; [r]

  

  property PriorBrother: TplOIPropertyGridRow; [r]

  

  property Index: Integer; [r]

  

end;

Inheritance

TplOIPropertyGridRow

  

|

TObject



CT Web help

CodeTyphon Studio