Popup
Summon a new popup control with specified Caption, Text and optionally an image (from ImageList or TPicture).procedure Popup(Caption, Text: WideString; Picture: TPicture = nil); overload;
procedure Popup(Caption, Text: WideString; ImageIndex: TImageIndex); overload;