Table of Contents

ACCESSDATA property

Applies to

Edit table.

Description

Sets or returns the text in the cell that the cursor is currently positioned in (ACCESSPOS).

Usage

celltextatcursor = Get_Property(objectname, "ACCESSDATA")

existingprop = Set_Property(objectname, "ACCESSDATA", text)

Remarks

Values passed in Set_Property:

ValueDescription
TextText data to appear in the row and column at which the edit table internal cursor points.

Returns

Values returned by both Get_Property and Set_Property

ValueDescription
celltextatcursorData at the current internal cursor position.
existingpropData at the cursor, when Set_Property was called.

See Also

ACCESSPOS property, Send_Message ("TEXT_BY_POS"), CELLPOS property, SELPOS property, CARETPOS property