TdxLayoutClientAreaHitTest.HitTestCode Method
Identifies the layout control’s client area located at the inspected point.
Declaration
function HitTestCode: Integer; override;
Returns
Type |
---|
Integer |
Remarks
This function is overridden to return the htClientArea constant value.
See Also