DesignIntf.IHostForm.SetDesigning

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDesigning(DesignMode: Boolean);

C++

virtual void __fastcall SetDesigning(bool DesignMode) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IHostForm

Description

Sets the design mode for the form. SetDesigning ensures that the form is in designing mode if the DesignMode parameter is True.