Vcl.Forms.IDesignerHook.GetIsControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsControl: Boolean;

C++

virtual bool __fastcall GetIsControl() = 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 IsControl property is read.

Implement GetIsControl to specify the value returned when the IsControl property is read.

See Also