XLL+ Class Library (6.3)

CXlControlRefEdit::GetRef

Returns a CXlOper containing a reference to the address displayed in the field

BOOL GetRef(
   CXlOper& xloRef
) const;

Parameters

xloRef

Reference to a CXlOper which will contain a reference if the call is successful.

Return Value

Returns TRUE if the field contains a valid reference. Returns FALSE if the field contains an invalid reference or is empty.

Remarks

Populates a CXlOper with a reference to the address displayed in the field.

Requirements

Header: xldialog.h

See Also

CXlControlRefEdit Class | CXlControlRefEdit Methods