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