objectId property
The object id of the row that was edited.
Implementation
int get objectId {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_EditResult_getObjectId(_handle, errorHandler);
});
}
The object id of the row that was edited.
int get objectId {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_EditResult_getObjectId(_handle, errorHandler);
});
}