API:Vcl.Forms.TCMHintShowPause
Delphi
TCMHintShowPause = record
Msg: Cardinal;
MsgFiller: TDWordFiller;
WasActive: Integer;
WasActiveFiller: TDWordFiller;
Pause: PInteger;
Result: LRESULT;
end;
C++
struct DECLSPEC_DRECORD TCMHintShowPause
{
public:
unsigned Msg;
#ifndef _WIN64
#else /* _WIN64 */
Winapi::Messages::TDWordFiller MsgFiller;
#endif /* _WIN64 */
int WasActive;
#ifndef _WIN64
#else /* _WIN64 */
Winapi::Messages::TDWordFiller WasActiveFiller;
#endif /* _WIN64 */
int *Pause;
NativeInt Result;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | Vcl.Forms |
Description
Embarcadero Technologies does not currently have any additional information.