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

WObject.LoadData

Load data of the object.

Syntax

void LoadData(
UBitFlagSet p_pbfsLoad,
IntPtr p_hTransaction
);

Parameter

p_pbfsLoad
Type: UBitFlagSet
Bitflag set indicating the attributes that should be loaded.
p_hTransaction
Type: IntPtr
Handle to a transaction.
Can be the standard transaction Transaction::Load.

Return value

This function has no return value.
© 2022 Mobiland AG