Examples: Field_SetPattern()


The following example sets the pattern used for the Buyer ID field to 50% shading.

local boolean result;

result = Field_SetPattern('Buyer ID', PATTERN_50_SHADING);

Documentation Feedback