Unit 'JSONCtrlGridMediator' Package
[Overview][Types][Classes][Index] [#pl_luicontrols]

TJSONCtrlGridMediator

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

Declaration

Source position: jsonctrlgridmediator.pas line 34

type TJSONCtrlGridMediator = class(TComponent)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure AddItem();

  

  procedure DeleteItem();

  

  procedure LoadData;

  

  property Data: TJSONArray; [rw]

  

  property ItemControlClass: TControlClass; [rw]

  

  property ItemCount: Integer; [r]

  

  property Items []: TJSONGridItem; [r]

  

  function FindItem();

  

published

  property Control: TWinControl; [rw]

  

  property OnItemCreate: TJSONGridItemCreate; [rw]

  

  property OnItemNotification: TJSONGridItemNotification; [rw]

  

end;

Inheritance

TJSONCtrlGridMediator

  

|

TObject



CT Web help

CodeTyphon Studio