TRVDisplayOption, TRVDisplayOptions Types

rvdoALL Global Constant

<< Click to display table of contents >>

TRVDisplayOption, TRVDisplayOptions Types

rvdoALL Global Constant

Unit [VCL/FMX] RVScroll / fmxRVScroll;

type

  TRVDisplayOption = (rvdoImages, rvdoComponents, rvdoBullets);

  TRVDisplayOptions = set of TRVDisplayOption;

const

  rvdoALL = [rvdoImages, rvdoComponents, rvdoBullets];