|
<< Нажмите, чтобы показать Содержание >> Тип TRVDisplayOption, TRVDisplayOptionsКонстанта rvdoALL |
Модуль [VCL/FMX] RVScroll / fmxRVScroll;
type
TRVDisplayOption = (rvdoImages, rvdoComponents, rvdoBullets);
TRVDisplayOptions = set of TRVDisplayOption;
const
rvdoALL = [rvdoImages, rvdoComponents, rvdoBullets];