Vcl.Imaging.GIFImg.TGIFCommentExtension.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 TGIFCommentExtension

Description

Assigns a value to the Text property.

The SetText function is called to assign the value specified by the Value parameter to the Text.

See Also