Unit 'BCGameGrid' Package
[Overview][Types][Classes][Index] [#pl_bgracontrols]

TBCCustomGrid

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

Declaration

Source position: bcgamegrid.pas line 33

type TBCCustomGrid = class(TBCGraphicControl)

protected

  procedure Click; override;

  

  procedure DrawControl; override;

  

  procedure RenderControl; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure RenderAndDrawControl;

  

  property GridWidth: Integer; [rw]

  

  property GridHeight: Integer; [rw]

  

  property BlockWidth: Integer; [rw]

  

  property BlockHeight: Integer; [rw]

  

  property OnRenderControl: TOnRenderControl; [rw]

  

  property OnClickControl: TOnClickControl; [rw]

  

end;

Inheritance

TBCCustomGrid

  

|

TBCGraphicControl

  

|

TBGRAGraphicCtrl

  

|

TObject



CT Web help

CodeTyphon Studio