Class tmsegraphicfield

Unit

Declaration

type tmsegraphicfield = class(tmseblobfield)

Description

No description available, ancestor tmseblobfield description follows

Hierarchy

Overview

Methods

Protected procedure removecache(const aid: blobidty); override;
Public constructor create(aowner: tcomponent); override;
Public destructor destroy; override;
Public function loadbitmap(const adest: tmaskedbitmap; aformat: string = ''): string;
Public procedure storebitmap(const asource: tmaskedbitmap; aformat: string = ''); overload;
Public procedure storebitmap(const asource: tmaskedbitmap; aformat: string; const params: array of const); overload;
Public procedure clearcache; override;

Properties

Published property format: string read fformat write fformat;
Published property imagecachekb: integer read getimagecachekb write setimagecachekb default 0;

Description

Methods

Protected procedure removecache(const aid: blobidty); override;
 
Public constructor create(aowner: tcomponent); override;
 
Public destructor destroy; override;
 
Public function loadbitmap(const adest: tmaskedbitmap; aformat: string = ''): string;
 
Public procedure storebitmap(const asource: tmaskedbitmap; aformat: string = ''); overload;
 
Public procedure storebitmap(const asource: tmaskedbitmap; aformat: string; const params: array of const); overload;
 
Public procedure clearcache; override;
 

Properties

Published property format: string read fformat write fformat;
 
Published property imagecachekb: integer read getimagecachekb write setimagecachekb default 0;
 

Generated by PasDoc 0.16.0.