Event Functions: CLIPBOARD

  #include <vv_clip.h> All
   
int kcb_copy(KEYCTRLPTR kcp, EVENTPTR eventp)

Copy the marked text from the screen buffer to the Vermont Views clipboard

int kcb_cut(KEYCTRLPTR kcp, EVENTPTR eventp)

Cuts text from a data or memo field into the Vermont Views clipboard. This function will only work on dataforms

int kcb_mark(KEYCTRLPTR kcp, EVENTPTR eventp)

Starts mark mode for text to be moved to the clipboard

int kcb_paste(KEYCTRLPTR kcp, EVENTPTR eventp)

Pastes the text from the Vermont Views clipboard into the selected data or memo field

int kcb_copy(KEYCTRLPTR kcp, EVENTPTR eventp)

Copy the marked text from the screen buffer to the Vermont Views clipboard

int kcb_cut(KEYCTRLPTR kcp, EVENTPTR eventp)

Cuts text from a data or memo field into the Vermont Views clipboard. This function will only work on dataforms

int kcb_mark(KEYCTRLPTR kcp, EVENTPTR eventp)

Starts mark mode for text to be moved to the clipboard

int kcb_paste(KEYCTRLPTR kcp, EVENTPTR eventp)

Pastes the text from the Vermont Views clipboard into the selected data or memo field



Home Contents Previous Next