API:Vcl.Controls.TCMDockClient
Delphi
TCMDockClient = record
C++
struct DECLSPEC_DRECORD TCMDockClient
{
public:
unsigned Msg;
#ifndef _WIN64
#else /* _WIN64 */
Winapi::Messages::TDWordFiller MsgFiller;
#endif /* _WIN64 */
TDragDockObject* DockSource;
System::Types::TSmallPoint MousePos;
#ifndef _WIN64
int Result;
#else /* _WIN64 */
Winapi::Messages::TDWordFiller MousePosFiller;
__int64 Result;
#endif /* _WIN64 */
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Description
Embarcadero Technologies does not currently have any additional information.