Vcl.Imaging.GIFImg.TGIFFrame.SetHasBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHasBitmap(Value: boolean);

C++

void __fastcall SetHasBitmap(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Sets the value of the HasBitmap property.

The protected SetHasBitmap method is used internally to set the value of the HasBitmap property.

See Also