[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgio2.pas line 383
type TGBusNameOwnerFlags = set of ( |
||
TGBusNameOwnerFlagsIdxMinValue = 0, |
|
|
G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT = 0, |
|
|
G_BUS_NAME_OWNER_FLAGS_REPLACE = 1, |
|
|
G_BUS_NAME_OWNER_FLAGS_DO_NOT_QUEUE = 2, |
|
|
TGBusNameOwnerFlagsIdxMaxValue = 31 |
|
|
); |