|
TRVDisplayOption, TRVDisplayOptions Types rvdoALL Global Constant |
Top Previous Next |
|
Unit RVScroll type TRVDisplayOption = (rvdoImages, rvdoComponents, rvdoBullets); TRVDisplayOptions = set of TRVDisplayOption; const rvdoALL = [rvdoImages, rvdoComponents, rvdoBullets]; |