![]() ULTIMATE Page Control Suite™ |
|
Ultimate Page Control Suite™ Win32 | Delphi™ | C++Builder™ |
|
D.10. TADVANCE_PageNamingParams |
|
TPersistent TADVANCE_PageNamingParams
PageNamingParams™ in the Object Inspector™. TADVANCE_PageNamingParams generate series of page names with true alpha-numeric order. Set PageNamingParams™ before generating like-named pages:
|
|
PROPERTIES |
|
property Prefix : String read IPrefix write IPrefix;
Prefix applied by automated page naming processes. It is the developer's responsibility to comply with legal naming conventions.
property SuffixDigits : Integer read ISuffixDigits write SetSuffixDigits default 5;
Prescribes the number of zero-prefixed digits in which to express the right-aligned numeric suffix. Naming processes search from 1 to the maximum permissible value and apply the first unused name which can be assembled from the prefix and suffix. It is the developer's responsibility not to exceed the number of pages accommodated by the SuffixDigits value. The range of SuffixDigits must fall within 2..10, inclusive. Where SuffixDigits is 2, no more than 99 pages can utilize a given Prefix. The default SuffixDigits value accommodates 99,999 pages deploying a given Prefix. |
|
• PRECEDING
|
|
|