property FaceTree.CaptionFromPoint (X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS) as String
Retrieves the caption from the point.

TypeDescription
X as OLE_XPOS_PIXELS A single expression that indicates the X position in client coordinate
Y as OLE_YPOS_PIXELS A single expression that indicates the Y position in client coordinate
String A String expression that indicates the caption of the cell from the cursor.
The CaptionFromPoint property retrieves the caption from the point, into a face of exFaceTree type. The Caption property specifies the cell's caption ( the text being shown on the cell, including no HTML tags ).  The ValueFromPoint property retrieves the value from the point, into a face of exFaceTree type. The ColumnFromPoint property retrieves the column from the point, into a face of exFaceTree type. The ItemFromPoint property retrieves the item from the point, into a face of exFaceTree type. The FaceFromPoint property retrieves the face of the cube from the cursor. The AnchorFromPoint property retrieves the identifier of the anchor from point. The ValueFromPoint property retrieves the date/value from the point, into a face of exFaceCalendar type. The DateFromPoint property retrieves the date/value from the point, into a face of exFaceCalendar type.