[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements a specialization of TFPGList for the Byte data type.
Source position: integerlist.pas line 25
type TByteList = class(specialize TFPGList<,>) |
||
public |
||
procedure Sort; overload; |
|
Sorts the Byte values stored in the list. |
end; |
|
Implements a specialization of TFPGList for the Byte data type. |
|
| | | ||
| | | ||
TByteList provides an overloaded Sort method to ensure that values in the list are handled using a compare function that operates on Byte values. Internally, it provides a TFPGListEnumerator which is specialized for the Byte type used in the implementation.
Use the properties and methods defined in the ancestor class to perform common operations for Byte values, including:
Items is the default property, and allows access to values by ordinal position or by using an enumerator to traverse the Byte values in List.
|
Implements a specialization of TFPGList for the Word data type. |
|
|
Implements a specialization of TFPGList for Cardinal data types. |
|
|
Implements a specialization of TFPGList for Integer data types. |
|
|
Implements a specialization of TFPGList for Int64 data types. |
|
| Version 4.4 | Generated 2025-11-08 | Home |