DesignIntf.IHostForm.GetCaption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCaption: string;

C++

virtual System::UnicodeString __fastcall GetCaption(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IHostForm

Description

Returns the caption associated with the form.

Use GetCaption to obtain a string that represents the caption of the form.

See Also