Method XbpWindow():setPresParam() Foundation

Sets or returns the presentation parameter array.

Syntax
:setPresParam( [<aPresParam>] ) --> aOldParams
Parameters
<aPresParam>
<aPresParam> can optionally specify a two dimensional array that redefines the presentation parameters for an Xbase Part (see the method :init() for a discussion of the presentation parameters array).
Return

This method returns an array containing the presentation parameters that were current before the method was called. If <aPresParam> is not specified, the method returns the current presentation parameters.

Description

The method :setPresParam() specifies or retrieves the presentation parameters of an Xbase Part. The presentation parameters define the foreground and background colors and the font that is to be used as the default for displaying character strings.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.