XLL+ Class Library

CXlControlRefEdit::GetRef

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

[C++]
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