Class TWABD_LiveImage (unit WABD_Objects)

Inherits from

TWABD_Base_Image

Constructors


constructor Create(AOwner: TComponent);

TWABD_LiveImage


Functions

destructor Destroy;

This is the safest format

function Object_To_Control(AOwner: TWinControl): TControl;


function Object_To_HTML: string;


procedure ReleaseCanvas;


function GetCanvas: TCanvas;

Assume it gets modified

function GetFileName: string;


function GetNewName: string;


function GetSafeBitmap: TSafeBitmap;


procedure Loaded;

Needed for Delphi 2 only?

procedure SaveImage;


procedure SetImgHeight(h: integer);


procedure SetImgWidth(w: integer);


Properties

property ImageType : TLiveImageType


property Canvas : TCanvas


property Dirty : boolean


property FileName : string


property SafeBitmap : TSafeBitmap


Events

Variables

FCanvas : TCanvas;


FDirty : boolean;


FFileName : string;


FImgType : TLiveImageType;


FSafeBmp : TSafeBitmap;


WroteFile : boolean;



Constructors


constructor Create(AOwner: TComponent);

TWABD_LiveImage


Functions


destructor Destroy;

This is the safest format


function Object_To_Control(AOwner: TWinControl): TControl;


function Object_To_HTML: string;


procedure ReleaseCanvas;


function GetCanvas: TCanvas;

Assume it gets modified


function GetFileName: string;


function GetNewName: string;


function GetSafeBitmap: TSafeBitmap;


procedure Loaded;

Needed for Delphi 2 only?


procedure SaveImage;


procedure SetImgHeight(h: integer);


procedure SetImgWidth(w: integer);


Properties


property ImageType : TLiveImageType


property Canvas : TCanvas


property Dirty : boolean


property FileName : string


property SafeBitmap : TSafeBitmap


Events


Variables


FCanvas : TCanvas;


FDirty : boolean;


FFileName : string;


FImgType : TLiveImageType;


FSafeBmp : TSafeBitmap;


WroteFile : boolean;