You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Applies to

Drag Source controls.

Description

Contains an @fm-delimited list of data formats being dragged. For use with Get_Property only.

Usage

dragFormat = Get_Property (dragSource, "DRAGFORMATLIST")

Returns

An @fm-delimited list of data formats being dragged.

Remarks

Control TypeFormatsNotes
BITMAPBITMAP 
 FILENAMEif applicable
COMBOBOX(Item)TEXT 
COMBOBOX(List)OI_LIST@fm-delimited list
 TEXTCRLF-delimited list
EDITLINETEXT 
EDITBOXTEXTCRLF-delimited list
EDITTABLE(Cell)TEXT 
EDITTABLE(Rows)OI_EDT_ROWLIST@fm/@vm - delimited list
 TEXTCRLF/TAB delimited list
LISTBOXOI_LIST@fm-delimited list
 TEXTCRLF-delimited list

See Also

DRAGSOURCE propertyDROPFORMATLIST propertyGETDRAGDATA messageSETDRAGDATA messageREMOVEDRAGDATA messageCLEARDRAGDATA message.

Example

 

Declare function Get_Property, Set_Property
 
dragSource = Get_Property("SYSTEM","DRAGSOURCE")
dragFormatList = Set_Property(dragSource,"DRAGFORMATLIST")
  • No labels