Vcl.ScreenTips.TDescriptionType
Delphi
TDescriptionType = (dtManual, dtHelp, dtResource);
C++
enum DECLSPEC_DENUM TDescriptionType : unsigned char { dtManual, dtHelp, dtResource };
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| enum | public | Vcl.ScreenTips.pas Vcl.ScreenTips.hpp  | 
        Vcl.ScreenTips | Vcl.ScreenTips | 
Description
Screen tip description type.
Vcl.ScreenTips is implemented only for the dtManual value of TDescriptionType. The other two values are for future functionality.
Note: The type is not used for the current version.