[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TComponent.SetDesigning

Sets the csDesigning state of the component.

Declaration

Source position: classesh.inc line 1614

protected procedure TComponent.SetDesigning(

  Value: Boolean;

  SetChildren: Boolean = true

);

Description

SetDesigning includes or excludes the csDesigning flag in the ComponentState set property, depending on the boolean Value. The flag is set recursively for all owned components as well.

This is normally only done during the streaming system, and should not be called directly by an application programmer.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.