[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'TTProfile' (#lazutils)

TProfileCollection

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

Declaration

Source position: ttprofile.pas line 107

type TProfileCollection = class

protected

  procedure Remove_Profile;

  

public

  Pool: TRenderPool;

  

  prevProfile: TProfile;

  

  fProfile: TProfile;

  

  gProfile: TProfile;

  

  nProfs: Int;

  

  constructor Create();

  

  procedure Clear;

  

  procedure New_Profile();

  

  procedure End_Profile;

  

  destructor Destroy; override;

  

end;

Inheritance

TProfileCollection

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.