Unit mseglob

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Interface inullinterface  
Class tnullinterfacedobject  
Interface iobjectlink  
Class emse  

Functions and Procedures

function fullcomponentname(component: tcomponent): string;
procedure mseerror(error: mseerrorty; text: string = ''); overload;
procedure mseerror(error: mseerrorty; sender: tobject; text: string = ''); overload;

Types

listdatatypety = (...);
listdatatypesty = set of listdatatypety;
shortcutty = type word;
shortcutarty = array of shortcutty;
modalresultty = (...);
pmodalresultty = ˆmodalresultty;
modalresultsty = set of modalresultty;
objecteventty = (...);
objectlinkeventty = procedure(const sender: tobject; const event: objecteventty) of object;
mseerrorty = (...);

Constants

invalidaxis = -bigint;
defaultbase64linelength = 76;

Description

Functions and Procedures

function fullcomponentname(component: tcomponent): string;
 
procedure mseerror(error: mseerrorty; text: string = ''); overload;
 
procedure mseerror(error: mseerrorty; sender: tobject; text: string = ''); overload;
 

Types

listdatatypety = (...);
 
Values
  • dl_none
  • dl_integer
  • dl_int64
  • dl_currency
  • dl_real
  • dl_realint
  • dl_realsum
  • dl_datetime
  • dl_pointer
  • dl_ansistring
  • dl_msestring
  • dl_doublemsestring
  • dl_msestringint
  • dl_complex
  • dl_rowstate
  • dl_custom
listdatatypesty = set of listdatatypety;
 
shortcutty = type word;
 
shortcutarty = array of shortcutty;
 
modalresultty = (...);
 
Values
  • mr_none
  • mr_canclose
  • mr_windowclosed
  • mr_windowdestroyed
  • mr_escape
  • mr_f10
  • mr_exception
  • mr_cancel
  • mr_abort
  • mr_ok
  • mr_yes
  • mr_no
  • mr_all
  • mr_yesall
  • mr_noall
  • mr_ignore
  • mr_skip
  • mr_skipall
  • mr_continue
pmodalresultty = ˆmodalresultty;
 
modalresultsty = set of modalresultty;
 
objecteventty = (...);
 
Values
  • oe_destroyed
  • oe_connect
  • oe_disconnect
  • oe_changed
  • oe_designchanged
  • oe_activate
  • oe_deactivate
  • oe_fired
  • oe_dataready
  • oe_bindfields
  • oe_releasefields
objectlinkeventty = procedure(const sender: tobject; const event: objecteventty) of object;
 
mseerrorty = (...);
 
Values
  • mse_ok
  • mse_resnotfound

Constants

invalidaxis = -bigint;
 
defaultbase64linelength = 76;
 

Generated by PasDoc 0.16.0.