SeeAlso Properties Methods Events Example
Unit
MySQLDataset
Applies to
TMySQLDataset TMySQLTable and TMySQLQuery components
Declaration
property OnThreadOpened: TNotifyEvent;
Description
This event fires each time just after a dataset has been opened with the Execute method and thus allows you to respond in your code to the threaded open of your dataset (which happened seperately from your main application thread). When this event fires, your dataset open is complete and ready to be connected to components and used. This event fires only when using the Execute method.