Official Content

Deprecated. : Since GeneXus 15.

Invokes a dialogue to select a windows color.

Syntax

Call(‘GxSelColor’, selected, default[, ret-value]) | [ret-value =] GxSelColor(selected, default)

Where:
selected
   Numeric type. Is the output selected color.

default
   Numeric type. Is the input default color.

ret-value
   Numeric type. Is the error code returned by the function.

Type Returned:
Numeric

Scope

Objects: Procedure, Transaction, Work Panel
Generators: .NET, Java, Visual FoxPro (up to GeneXus X Evolution 3)

Description

In order to use the second syntax, the object property “Standard Functions” must be set with the value “Allow non-standard functions”.

Samples

Event 'SelColor'
    &def = 65408
    Call('GxSelColor', &sel, &def)
EndEvent
Event 'SelColor'
    &def = 65408
    &ret = GxSelColor(&sel, &def)
EndEvent

See Also

Common dialog functions





Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant