Declaration ​
pascal
function ReleaseBackend: TCustomBackend;Returns ​
| Type | Description |
|---|---|
TCustomBackend | The previous TCustomBackend instance detached from the bitmap. |
Description ​
ReleaseBackend detaches the active backend from the bitmap and returns it to the caller, allowing transfer of ownership.
Example ​
pascal
Backend := Bitmap.ReleaseBackend;