PlatformAPI.IOTADesignerDevice190.UpdateThumbnail
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.