JCL Help:TJclTabSet.Delete@SizeInt
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclTabSet.Delete Method
[+] TJclTabSet Methods
[+] TJclTabSet Properties
Search in JCL Help
Search in all projects
Summary
Removes a fixed tabulation position.
Pascal
public function Delete(Column: SizeInt): SizeInt;
Parameters
Parameters | Description |
Column: SizeInt | The column to remove from the tab set. |
Return Value
The index from which the tabulation position was removed from the TabStops array
- or -
A negative value if the tabulation position was not found
Exceptions
NullReferenceException | Delete was called on a nil-reference. |
Description
Delete will remove the specified column from the list of fixed tabulation positions.
See Also
TJclTabSet TJclTabSet.Add 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