DataObject

Members

Functions

_setData
void _setData(Dstring fmt, Data obj, bool replace)
Undocumented in source. Be warned that the author may not have intended to support it.
getData
Data getData(Dstring fmt)
Data getData(TypeInfo type)
Data getData(Dstring fmt, bool doConvert)
getDataPresent
bool getDataPresent(Dstring fmt)
bool getDataPresent(TypeInfo type)
bool getDataPresent(Dstring fmt, bool canConvert)
getFormats
Dstring[] getFormats()
getFormats
deprecated Dstring[] getFormats(bool onlyNative)
Undocumented in source. Be warned that the author may not have intended to support it.
setData
void setData(Data obj)
void setData(Dstring fmt, Data obj)
void setData(TypeInfo type, Data obj)
void setData(Dstring fmt, bool canConvert, Data obj)

Inherited Members

From IDataObject

getData
Data getData(Dstring fmt)
Data getData(TypeInfo type)
Data getData(Dstring fmt, bool doConvert)
getDataPresent
bool getDataPresent(Dstring fmt)
bool getDataPresent(TypeInfo type)
bool getDataPresent(Dstring fmt, bool canConvert)
getFormats
Dstring[] getFormats()
setData
void setData(Data obj)
void setData(Dstring fmt, Data obj)
void setData(TypeInfo type, Data obj)
void setData(Dstring fmt, bool canConvert, Data obj)

Meta