Мельница данных (15.01.2025) | |||||||||||||
Перечисление TNotificationType (Тип уведомления) | |||||||||||||
1type 2 TNotificationType = (ntInformation, ntWarning, ntCaution); Или 1type 2 TNotificationType = TOleEnum; 3const 4 ntInformation = $00000000; 5 ntWarning = $00000001; 6 ntCaution = $00000002; Элементы перечисления:
|