Vcl.Imaging.GIFImg.TGIFFrame.SetInterlaced

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetInterlaced(Value: boolean);

C++

void __fastcall SetInterlaced(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 Interlaced property.

The protected SetInterlaced method is used internally to set the value of the Interlaced property.

See Also