Products Downloads


French version


 

Concerns the BeforeSort event.

This property enables indication of whether the sorting to be performed is the list's native sorting, performed in accordance with the values of the column clicked, or if the sorting to be performed is supplied by the program for the BeforeSort event. In the last case, it may concern several columns and their sort indicators can be set to reflect the sequence direction used.

Adelia type

NUM_BIN_2.

Accessibility

Write only.

Associated constants

 

_COL_SORT_ACTION_AUTOMATIC

The sorting performed is the list's native sorting.

_COL_SORT_ACTION_CUSTOMIZED

The sorting to be performed must be coded for the BeforeSort event. If no code is supplied, no sorting is performed.

Default value

_COL_SORT_ACTION_AUTOMATIC

 

Note: this property is not implemented in Java generation or Mobile generation.

 

 

Concerns the BeforeMove event.

This property contains the sequence number that the column will have after moving.

Adelia type

NUM_BIN_4.

Accessibility

Read only.

Associated constants

None.

 

Note: This property is not implemented by the Java generator.

 

Concerns the BeforeMove event.

This property enables the authorization or refusal of movement of the column corresponding to the position supplied by the DESTINATION_NUMBER property.

Adelia type

BOOL.

Accessibility

Write only.

Associated constants

None.

Default value

*TRUE

 

Note: This property is not implemented by the Java generator.

 

 

 

 

 

↑ Top of page