DesignIntf.IHostForm.SetCaption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCaption(const ACaption: string);

C++

virtual void __fastcall SetCaption(const System::UnicodeString ACaption) = 0 ;

Properties

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

Description

Sets the caption associated with the form. It sets the caption of the form to the value indicated by the ACaption parameter.

See Also