API:FMX.CalendarEdit.TCalendarEdit.HelpKeyword
Delphi
property HelpKeyword: string read FHelpKeyword write SetHelpKeyword stored IsHelpContextStored default 0;
C++
__property HelpKeyword _DEPRECATED_ATTRIBUTE0 = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.CalendarEdit.pas FMX.CalendarEdit.hpp |
FMX.CalendarEdit | TCalendarEdit |
Description
Contains the keyword string that identifies the Help topic for the control. {{#multireplace:FMX.CalendarEdit.TCalendarEdit.HelpKeyword|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TStyledControl.HelpKeyword|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TStyledControl.HelpKeyword|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Contains the keyword string that identifies the Help topic for the control.
To enable the keyword-based context-sensitive Help for a control, set the HelpType property to htKeyword and set HelpKeyword to a keyword string.
No keyword (zero-length string, the default) means that no Help topic is provided for the control.