Adds a tab stop and returns the current object.
Namespace: RSGdiPlusGraphics
Delphi |
public |
Parameters
aTabStop
Type: Single
Type: TRSGPStringFormat
The following example creates a String Format object, sets tab stops, and uses the String Format object to draw a string that contains tab characters (\t). The code also draws the string's layout rectangle. Then, the code gets the tab stops and proceeds to use or inspect the tab stops in some way.
|