GitHub    Download    Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
AddRef
Compare
GetClassInfo
GetDomain
GetId
GetLastError
GetLock
GetNextSame
GetObject
IsDirty
IsOfType
LoadData
NeedsUpdate
Release
StoreData
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup

WObject::IsDirty

Determines if the object has modified or new attributes.

Syntax

bool IsDirty() const;

Parameter

This function has no parameters.

Return value

The function returns true if at least one of the object attributes has been changed but has not been stored yet.

Remarks

The function only determines whether or not the data has been written to a transaction. It does not know whether or not this transaction has been executed or if it failed.
© 2022 Mobiland AG