FMX.Types.IDesignablePersistent.BeingDesigned

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function BeingDesigned: Boolean;

C++

virtual bool __fastcall BeingDesigned() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IDesignablePersistent

Description

FMX.Types.IDesignablePersistent.BeingDesigned is true if this TPersistent is currently in Design mode and wants the Designer to create Item for itself.

See Also