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

TGLHeightDataSourceFilter

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

Declaration

Source position: GLHeightData.pas line 479

type TGLHeightDataSourceFilter = class(TGLHeightDataSource)

protected

  procedure PreparingData(); virtual; abstract;

  

  procedure SetHDS();

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Release(); override;

  

  procedure StartPreparingData(); override;

  

  procedure Notification(); override;

  

  function Width; override;

  

  function Height; override;

  

  property OnSourceDataFetched: TSourceDataFetchedEvent; [rw]

  

published

  property MaxPoolSize: Integer;

  

  property HeightDataSource: TGLHeightDataSource; [rw]

  

  property Active: Boolean; [rw]

  

end;

Inheritance

TGLHeightDataSourceFilter

  

|

TGLHeightDataSource

  

|

TObject



CT Web help

CodeTyphon Studio