Datasnap.Midas.IAppServer.AS_ApplyUpdates
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.Midas.pas Datasnap.Midas.hpp
| |
| Unit: Datasnap.Midas | |
| Parent: IAppServer | |
Delphi
function AS_ApplyUpdates(const ProviderName: OleStr; Delta: OleVariant;
MaxErrors: Integer; out ErrorCount: Integer; var OwnerData: OleVariant): OleVariant; safecall;
C++
virtual HRESULT __safecall AS_ApplyUpdates(const System::Types::OleStr ProviderName, System::OleVariant Delta, int MaxErrors, /* out */ int &ErrorCount, System::OleVariant &OwnerData, System::OleVariant &__AS_ApplyUpdates_result) = 0 ;
Description
Embarcadero Technologies does not currently have any additional information.