Object | --Persistent | --Component | --CustomConnection
Base class for components, it provides owner relationships properties and basic methods to call events.
Non-visible components must inherit from Component and not from Control, the IDE automatically handles the component as iconic.
Overridden in child classes as:
CustomConnection __construct( [ $aowner = null])
void BeginTrans( )
void Close( )
void CompleteTrans( [bool $autocomplete = true])
string DBDate( string $input)
void DoConnect( )
void DoDisconnect( )
void loaded( )
array MetaFields( string $tablename)
void Open( )
string Param( string $input)
void Prepare( string $query)
void QuoteStr( $input)
void SendConnectEvent( $connecting)