DK for Delphi | GisViewer.TGIS_Viewer.NotifySubscribers | Constructors | Fields | Methods | Properties | Events
Send notification to subscribers.
Implements IGIS_Viewer.NotifySubscribers.
// Delphi public procedure NotifySubscribers( const _event : Integer; const _context : TObject );
// C++ Builder public: void NotifySubscribers( const int _event, TObject* const _context );
| Name | Type | Description |
|---|---|---|
| _event | Integer | event identifying number |
| _context | TObject | control context; what is expected depends on _event; it can be canvas, control itself. |