[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Determines if there is an insert mark at the specified coordinates.
Source position: comctrls.pp line 3716
public procedure TCustomTreeView.GetInsertMarkAt( |
X: Integer; |
Y: Integer; |
out AnInsertMarkNode: TTreeNode; |
out AnInsertMarkType: TTreeViewInsertMarkType |
); |
X |
|
Horizontal coordinate examined in the method. |
Y |
|
Vertical coordinate examined in the method. |
Version 4.0 | Generated 2025-05-03 | Home |