API:Vcl.Edge.TCustomEdgeBrowser.CapturePreview

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure CapturePreview(const AFilename: string; PreviewFormat: TPreviewFormat = PNG); overload;
procedure CapturePreview(Stream: TStream; PreviewFormat: TPreviewFormat = PNG); overload;

C++

void __fastcall CapturePreview(const System::UnicodeString AFilename, TPreviewFormat PreviewFormat = (TPreviewFormat)(0x0))/* overload */;
void __fastcall CapturePreview(System::Classes::TStream* Stream, TPreviewFormat PreviewFormat = (TPreviewFormat)(0x0))/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TCustomEdgeBrowser

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.