API:System.SysUtils.TIntegerSet
Delphi
TIntegerSet = set of 0..SizeOf(Integer) * 8 - 1;
C++
typedef System::Set<System::Int8, 0, 31> TIntegerSet;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
set typedef |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Embarcadero Technologies does not currently have any additional information.