FMX.StdCtrls.TExpander.FCheck

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FCheck: TCheckBox;

C++

TCheckBox* FCheck;

Properties

Type Visibility Source Unit Parent
field protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TExpander

Description

Used internally to hold a reference to this expander's check box.

Do not use the FCheck field in applications. See the ShowCheck API help topic for more information.

See Also