TextSymbol
A TextSymbol object consists of attributes that control how text is displayed. It is commonly used with the DrawText method of the Map object to render text on the screen.
A TextSymbol object is a creatable object in ArcPad. Here's an example of creating a new TextSymbol object:
Dim pTextSymbol
Set pTextSymbol = Application.CreateAppObject("textsymbol")
Dim pTextSymbol
Set pTextSymbol = Application.CreateAppObject("textsymbol")