Vcl.Forms.IDesignerHook.IsControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsControl: Boolean read GetIsControl write SetIsControl;

C++

__property bool IsControl = {read=GetIsControl, write=SetIsControl};

Properties

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

Description

Specifies whether the form is in its form state or its control state.

If the designer is used to create a control, rather than a form, set IsControl to true when the user finishes designing the control.

See Also