DK for Delphi | GisInterfaces.IGIS_ViewerParent.SetViewer | Methods
Set internal viewer handle.
// Delphi public function SetViewer( const _viewer : TObject ) : TObject;
// C++ Builder public: TObject* SetViewer( TObject* const _viewer ) = 0;
| Name | Type | Description |
|---|---|---|
| _viewer | TObject | new viewer object |
| Type | Description |
|---|---|
| TObject | old viewer object. |
Do not call this method directly. Method is only for internal Viewer/Parent communication.