JCL Help:TJclTabSet.Add@SizeInt
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclTabSet.Add Method
[+] TJclTabSet Methods
[+] TJclTabSet Properties
Search in JCL Help
Search in all projects
Summary
Adds a fixed tabulation position.
Pascal
public function Add(Column: SizeInt): SizeInt;
Parameters
Parameters | Description |
Column: SizeInt | The column to add to the tab set. |
Return Value
The index at which the tabulation position was inserted into the TabStops array
Exceptions
NullReferenceException | Add was called on a nil-reference. |
EJclStringError | The specified Column already existed in the TabStops array. |
Description
Add will add a fixed tabulation position to the tab set. The provided tabulation position is inserted at the correct index in the TabStops array.
Duplicate tabulation positions are not allowed and will result in an EJclStringError.
See Also
TJclTabSet TJclTabSet.Delete TJclTabSet.TabStops
About
Donator
Marcel Bestebroer
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page