TRVDualLength, TRVDualSignedLength, TRVDualSignedLengthKind

<< Click to display table of contents >>

TRVDualLength, TRVDualSignedLength, TRVDualSignedLengthKind

Unit [VCL/FMX] RVStyle / fmxRVStyle;

type
  TRVDualSignedLengthKind = (rvdslkAbsolute, rvdslkPercent);
  TRVDualSignedLength = type Integer;

  TRVDualLength = type Integer;

TRVDualSignedLength value depends on the corresponding TRVDualSignedLengthKind:

If rvbpkAbsolute: the same as TRVStyleLength

If rvbpkPercent: 1/1000 of percent; for example, 50000 = 50%

 

TRVDualLength may contain only zero or positive values.

If >= 0: the same as TRVStyleLength

If < 0: -1/1000 of percent; for example, -50000 = 50%