Vcl.Forms.IDesignerHook.SetIsControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetIsControl(Value: Boolean);

C++

virtual void __fastcall SetIsControl(bool 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 IsControl property is set.

Implement SetIsControl specify what happens when the IsControl property is set.

See Also