[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgio2.pas line 398
type TGBusType = ( |
||
TGBusTypeMinValue = - $7FFFFFFF, |
|
|
G_BUS_TYPE_STARTER = - 1, |
|
|
G_BUS_TYPE_NONE = 0, |
|
|
G_BUS_TYPE_SYSTEM = 1, |
|
|
G_BUS_TYPE_SESSION = 2, |
|
|
TGBusTypeMaxValue = $7FFFFFFF |
|
|
); |