Item holding the link information to either an external file, another project file object, or a RDBMS link Used in GetLinkedFiles(). More...
#include <rvc/object.h>
Public Member Functions | |
| const FILEPATH & | GetFilename () const |
| const MISTRING & | GetObjName () const |
| const OBJITEM & | GetSrcObjItem () const |
Item holding the link information to either an external file, another project file object, or a RDBMS link Used in GetLinkedFiles().
| const FILEPATH& RVC::OBJECT::LINKITEM::GetFilename | ( | ) | const [inline] |
Get the FILEPATH for the link. Is empty if the link does not reference a file.
| const MISTRING& RVC::OBJECT::LINKITEM::GetObjName | ( | ) | const [inline] |
Get the object name for the link.
Is empty if the link does not reference a project file object. If Filename is empty, ObjName contains the connection string
| const OBJITEM& RVC::OBJECT::LINKITEM::GetSrcObjItem | ( | ) | const [inline] |
Get the OBJITEM of the object that holds the link.
1.6.1