API:Xml.xmldom.IDOMPersist.loadFromStream

Aus RAD Studio API Documentation

Delphi

function loadFromStream(const stream: TStream): WordBool; overload; safecall;
function loadFromStream(const stream: IStream): WordBool; overload; safecall;

C++

virtual HRESULT __safecall loadFromStream(System::Classes::TStream* const stream, System::WordBool &__loadFromStream_result) = 0 /* overload */;
virtual HRESULT __safecall loadFromStream(const _di_IStream stream, System::WordBool &__loadFromStream_result) = 0 /* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMPersist

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.