PlatformAPI.IOTADesignerDevice190.UpdateThumbnail

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateThumbnail(aBitmap: TBitmap);

C++

virtual void __fastcall UpdateThumbnail(Vcl::Graphics::TBitmap* aBitmap) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTADesignerDevice190

Description

Attention: UpdateThumbnail is deprecated.

UpdateThumbnail saves the specified bitmap into the path of the thumbnail of a design-time device.

Use UpdateThumbnail to save a bitmap generated using GenerateThumbnail.

See Also