AddText

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWMarkupLanguageTagCollection > Methods >

AddText

SIGNATURE=IWMarkupLanguageTag.TIWMarkupLanguageTagCollection.AddText@string@Boolean

 

ETYPE=Method

 

Declaration:

Delphi:

public function AddText(const AText: string; const ASetParentElement: Boolean = False): TIWTextElement;

C++:

public: __fastcall TIWTextElement AddText(const String AText, const bool ASetParentElement = False);

 

Description: This is AddText, a member of class TIWMarkupLanguageTagCollection.