Class tmsedatamodule

Unit

Declaration

type tmsedatamodule = class(tactcomponent)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure boundschanged;
Protected procedure doterminated(const sender: tobject);
Protected procedure doterminatequery(var terminate: boolean);
Protected procedure getchildren(proc: tgetchildproc; root: tcomponent); override;
Protected class function getmoduleclassname: string; override;
Protected class function hasresource: boolean; override;
Protected procedure defineproperties(filer: tfiler); override;
Protected procedure dooncreate; virtual;
Protected procedure readstate(reader: treader); override;
Protected procedure doafterload; override;
Protected procedure autoreadstat;
Protected procedure loaded; override;
Protected procedure doasyncevent(var atag: integer); override;
Protected procedure doeventloopstart; virtual;
Protected procedure doidle(var again: boolean); virtual;
Protected procedure receiveevent(const event: tobjectevent); override;
Protected procedure doapplicationevent(var aevent: tmseevent; var handled: boolean) virtual;
Public constructor create(aowner: tcomponent); overload; override;
Public constructor create(aowner: tcomponent; load: boolean); reintroduce; overload;
Public destructor destroy; override;
Public procedure afterconstruction; override;
Public procedure reload;
Public function hasparent: boolean; override;
Public function getparentcomponent: tcomponent; override;
Public procedure beforedestruction; override;
Public procedure freeinstanceoverride;

Properties

Public property size: sizety read fsize write setsize;
Published property activatortarget: tactivator read factivatortarget write setactivatortarget;
Published property options: datamoduleoptionsty read foptions write setoptions default defaultdatamoduleoptions;
Published property bounds_x: integer read getbounds_x write setbounds_x stored false;
Published property bounds_y: integer read getbounds_y write setbounds_y stored false;
Published property bounds_cx: integer read fsize.cx write setbounds_cx;
Published property bounds_cy: integer read fsize.cy write setbounds_cy;
Published property statfile: tstatfile read fstatfile write setstatfile;
Published property oncreate: notifyeventty read foncreate write foncreate;
Published property oncreated: notifyeventty read foncreated write foncreated;
Published property onloaded: notifyeventty read fonloaded write fonloaded;
Published property oneventloopstart: notifyeventty read foneventloopstart write foneventloopstart;
Published property ondestroy: notifyeventty read fondestroy write fondestroy;
Published property ondestroyed: notifyeventty read fondestroyed write fondestroyed;
Published property onevent: eventeventty read fonevent write fonevent;
Published property onasyncevent: asynceventeventty read fonasyncevent write fonasyncevent;
Published property onterminatequery: terminatequeryeventty read fonterminatequery write fonterminatequery;
Published property onterminated: notifyeventty read fonterminated write fonterminated;
Published property onidle: idleeventty read fonidle write fonidle;
Published property onapplicationevent: applicationeventeventty read fonapplicationevent write setonapplicationeventty;

Description

Methods

Protected procedure boundschanged;

This item has no description.

Protected procedure doterminated(const sender: tobject);

This item has no description.

Protected procedure doterminatequery(var terminate: boolean);

This item has no description.

Protected procedure getchildren(proc: tgetchildproc; root: tcomponent); override;

This item has no description.

Protected class function getmoduleclassname: string; override;

This item has no description.

Protected class function hasresource: boolean; override;

This item has no description.

Protected procedure defineproperties(filer: tfiler); override;

This item has no description.

Protected procedure dooncreate; virtual;

This item has no description.

Protected procedure readstate(reader: treader); override;

This item has no description.

Protected procedure doafterload; override;

This item has no description.

Protected procedure autoreadstat;

This item has no description.

Protected procedure loaded; override;

This item has no description.

Protected procedure doasyncevent(var atag: integer); override;

This item has no description.

Protected procedure doeventloopstart; virtual;

This item has no description.

Protected procedure doidle(var again: boolean); virtual;

This item has no description.

Protected procedure receiveevent(const event: tobjectevent); override;

This item has no description.

Protected procedure doapplicationevent(var aevent: tmseevent; var handled: boolean) virtual;

This item has no description.

Public constructor create(aowner: tcomponent); overload; override;

This item has no description.

Public constructor create(aowner: tcomponent; load: boolean); reintroduce; overload;

This item has no description.

Public destructor destroy; override;

This item has no description.

Public procedure afterconstruction; override;

This item has no description.

Public procedure reload;

This item has no description.

Public function hasparent: boolean; override;

This item has no description.

Public function getparentcomponent: tcomponent; override;

This item has no description.

Public procedure beforedestruction; override;

This item has no description.

Public procedure freeinstanceoverride;

This item has no description.

Properties

Public property size: sizety read fsize write setsize;

This item has no description.

Published property activatortarget: tactivator read factivatortarget write setactivatortarget;

This item has no description.

Published property options: datamoduleoptionsty read foptions write setoptions default defaultdatamoduleoptions;

This item has no description.

Published property bounds_x: integer read getbounds_x write setbounds_x stored false;

This item has no description.

Published property bounds_y: integer read getbounds_y write setbounds_y stored false;

This item has no description.

Published property bounds_cx: integer read fsize.cx write setbounds_cx;

This item has no description.

Published property bounds_cy: integer read fsize.cy write setbounds_cy;

This item has no description.

Published property statfile: tstatfile read fstatfile write setstatfile;

This item has no description.

Published property oncreate: notifyeventty read foncreate write foncreate;

This item has no description.

Published property oncreated: notifyeventty read foncreated write foncreated;

This item has no description.

Published property onloaded: notifyeventty read fonloaded write fonloaded;

This item has no description.

Published property oneventloopstart: notifyeventty read foneventloopstart write foneventloopstart;

This item has no description.

Published property ondestroy: notifyeventty read fondestroy write fondestroy;

This item has no description.

Published property ondestroyed: notifyeventty read fondestroyed write fondestroyed;

This item has no description.

Published property onevent: eventeventty read fonevent write fonevent;

This item has no description.

Published property onasyncevent: asynceventeventty read fonasyncevent write fonasyncevent;

This item has no description.

Published property onterminatequery: terminatequeryeventty read fonterminatequery write fonterminatequery;

This item has no description.

Published property onterminated: notifyeventty read fonterminated write fonterminated;

This item has no description.

Published property onidle: idleeventty read fonidle write fonidle;

This item has no description.

Published property onapplicationevent: applicationeventeventty read fonapplicationevent write setonapplicationeventty;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.