TCustomTeePanelExtended.HasBackImage

TCustomTeePanelExtended.HasBackImage
TCustomTeePanelExtended

function HasBackImage: Boolean;

Unit
TeeProcs

Description
Returns True when the panel component is using a BackImage to fill its interior.
It is equivalent to check:

result:=Assigned(BackImage) and Assigned(BackImage.Graphic);