FMX.Forms.TCommonCustomForm.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetActive(const Value: Boolean); virtual;

C++

virtual void __fastcall SetActive(const bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Sets the value of the Active property.

See Also