Vcl.Imaging.pngimage.TPngImage.AddtEXt

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure AddtEXt(const Keyword, Text: AnsiString);

C++

void __fastcall AddtEXt(const System::AnsiString Keyword, const System::AnsiString Text);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage

Description

Add a textual key-value pair to the png image metadata.

Call AddtEXt to add a key-value pair metadata text to the png image. The Keyword parameter represents the key, while the Text parameter represents the value in the key-value pair. The added textual information can be later used by other applications to take certain actions.

See Also