TcxCustomSplitter.IsPointInSplitter(Integer,Integer) Method
Identifies if the specified point is within the splitter.
Declaration
function IsPointInSplitter(const X: Integer; const Y: Integer): Boolean;
Parameters
Name | Type |
---|---|
X | Integer |
Y | Integer |
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the point whose coordinates are passed as the X and Y parameters is within the splitter; otherwise, False.
See Also