Vcl.CaptionedDockTree.TDockCaptionHitTest
Delphi
type TDockCaptionHitTest = Cardinal;
C++
typedef unsigned TDockCaptionHitTest;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
type typedef |
public | Vcl.CaptionedDockTree.pas Vcl.CaptionedDockTree.hpp |
Vcl.CaptionedDockTree | Vcl.CaptionedDockTree |
Description
Defines the values available for use in a hit test.
The following values are used in hit tests:
| Constant | Value |
|---|---|
|
dchtNone |
0 |
|
dchtCaption |
1 |
|
dchtClose |
2 |
|
dchtPin |
3 |
|
dchtCustom |
10 or above |
You can create your own hit tests and use dchtCustom to set values. Values 4 through 9 are reserved. The default value of dchtCustom may change.