Vcl.Imaging.GIFImg.TGIFTextExtension.SetText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetText(const Value: TStrings);

C++

void __fastcall SetText(System::Classes::TStrings* const Value);

Properties

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

Description

Assigns a value to the Text property.

The SetText method sets the Text property to the value specified through the parameter.

See Also