FMX.Controls.TStyledControl.SetHelpKeyword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHelpKeyword(const Value: string);

C++

void __fastcall SetHelpKeyword(const System::UnicodeString Value);

Properties

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

Description

Setter method for the HelpKeyword property. It is for internal use only.

See Also