Vcl.Forms.IDesignerHook.SetCustomForm

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCustomForm(Value: TCustomForm);

C++

virtual void __fastcall SetCustomForm(TCustomForm* Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms IDesignerHook

Description

Specifies what happens when the Form property is set.

Implement SetCustomForm to specify what happens when the Form property is set.

See Also