Navigation:  »No topics above this level«

bBrowserCollection:Flags

Print this Topic    Return to chapter overview

The following flags are supported for the synchronization of the clients:

 

Flag

Synchronized Action

BBCF_NONE

Synchronize no actions.

BBCF_ALL

Synchronize all actions.

BBCF_SYNCRONIZE_CURRENT_COLUMN

Moving the table cursor within a record.

BBCF_SYNCRONIZE_SELECTION

Changing the selection.

BBCF_SYNCRONIZE_COLUMN_MOVE

Moving of columns with the mouse.

BBCF_SYNCRONIZE_COLUMN_RESIZE

Resizing the column width with the mouse.

BBCF_SYNCRONIZE_ROW_RESIZE

Resizing the row height with the mouse.

BBCF_SYNCRONIZE_CAPTION_CLICK

Simple mouse clicks on the column captions.

BBCF_SYNCRONIZE_CAPTION_DOUBLECLICK

Double mouse clicks on the column captions.

BBCF_SYNCRONIZE_CELL_CLICK

Simple mouse clicks on the data cells.

BBCF_SYNCRONIZE_CELL_DOUBLECLICK

Double mouse clicks on the data cells.

BBCF_SYNCRONIZE_FOOTER_CLICK

Simple mouse clicks on the column footers.

BBCF_SYNCRONIZE_FOOTER_DOUBLECLICK

Double mouse clicks on the column footers.

BBCF_SYNCRONIZE_SELECTOR_CLICK

Simple mouse clicks on the selector column.

BBCF_SYNCRONIZE_SELECTOR_DOUBLECLICK

Double mouse clicks on the selector column.

BBCF_SYNCRONIZE_CURRENT_RECORD

Moving the table cursor on other records.

BBCF_SYNCRONIZE_HORIZONTAL_SCROLL

Horizontal scrolling.

BBCF_SYNCRONIZE_VERTICAL_SCROLL

Vertical scrolling.

BBCF_SYNCRONIZE_HSCROLLBAR_VISIBILITY

Visibility of the horizontal scrollbar.

BBCF_SYNCRONIZE_VSCROLLBAR_VISIBILITY

Visibility of the vertical scrollbar.

BBCF_SYNCRONIZE_EDIT_CELL

Starting cell editing.

 

Important note!
The action is only synchronized if cell editing is not supported in the client in which the action has occurred.

 


Page url: http://www.YOURSERVER.com/index.html?bbrowsercollection_flags.htm