Vcl.Forms.IDesignerHook.GetCustomForm

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCustomForm: TCustomForm;

C++

virtual TCustomForm* __fastcall GetCustomForm() = 0 ;

Properties

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

Description

Specifies the value returned when the Form property is read.

Implement GetCustomForm to specify the value returned when the Form property is read.

See Also