Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32🞂TCustomBitmap32🞂ReleaseBackendMethodPublic

TCustomBitmap32.ReleaseBackend

Detaches and returns the active TCustomBackend instance without freeing it.

Declaration ​

pascal
function ReleaseBackend: TCustomBackend;

Returns ​

TypeDescription
TCustomBackendThe 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;