FMX.Controls.TStyledControl.IsHelpContextStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsHelpContextStored: Boolean;

C++

bool __fastcall IsHelpContextStored(void);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyledControl

Description

Specifies whether HelpContext is stored. It is for internal use only.

See Also