Unit 'GLWindows' Package
[Overview][Types][Classes][Index] [#pl_glscene]

TGLCustomControl

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

Declaration

Source position: GLWindows.pas line 251

type TGLCustomControl = class(TGLFocusControl)

protected

  procedure OnBitmapChanged();

  

  procedure SetBitmap();

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure InternalRender(); override;

  

  procedure SetMaterial();

  

  property CustomData: Pointer; [rw]

  

  property CustomObject: TObject; [rw]

  

published

  property OnRender: TGLCustomRenderEvent; [rw]

  

  property Centered: Boolean; [rw]

  

  property Material: TGLMaterial; [rw]

  

  property Bitmap: TGLBitmap; [rw]

  

  property MaxInvalidRenderCount: Integer; [rw]

  

end;

Inheritance

TGLCustomControl

  

|

TGLFocusControl

  

|

TGLBaseTextControl

  

|

TGLBaseFontControl

  

|

TGLBaseControl

  

|

TGLBaseComponent

  

|

TGLBaseGuiObject

  

|

TObject



CT Web help

CodeTyphon Studio