Page WSB_CFTileSampleValueDialog¶
A dialog page to enter a sample decimal/integer value for the tile preview.
Properties¶
Name | Value |
---|---|
ApplicationArea | #All |
Caption | Tile Sample Value Dialog |
PageType | StandardDialog |
Methods¶
wgFncGetDecimal¶
Gets the decimal sample value.
Returns¶
Type | Description |
---|---|
Decimal |
The decimal sample value. |
wgFncGetInteger¶
Gets the integer sample value.
Returns¶
Type | Description |
---|---|
Integer |
The integer sample value. |
wgFncSetDecimal¶
Sets the decimal sample value.
Parameters¶
Type | Name | Description |
---|---|---|
Decimal |
pDecimalValue |
The decimal sample value |
wgFncSetInteger¶
Sets the integer sample value.
Parameters¶
Type | Name | Description |
---|---|---|
Decimal |
pIntegerValue |
The integer sample value |