13.07.2015 Views

REFERENCE GUIDE

REFERENCE GUIDE

REFERENCE GUIDE

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

SetDlgltemlntReturn valuenIDDlgItem int Specifies the control to be modified.wValue WORD Specifies the value to be set.bSigned BOOl Specifies whether or not the integer value is signed.None.SetDlgltemTextSyntaxvoid SetDlgItemText(hDlg, nIDDlgItem, lpString)procedure SetDlgItemText(Dlg: HWnd; IDDlgItem: Integer; Str: PChar);This function sets the caption or text of a control in the dialog boxspecified by the hDlg parameter. The SetDlgltemText function sends aWM_SETTEXT message to the given control.Parameters hDlg HWND Identifies the dialog box that contains the control.Return valuenIDDlgItem int Specifies the control whose text is to be set.IpStringNone.lPSTR Points to the null-terminated character string that isto be copied to the control.SetDoubleClickTimeSyntaxParametersReturn valueCommentsvoid SetDoubleClickTime(wCount)procedure SetDoubleClickTime(Count: Word);This function sets the double-click time for the mouse. A double-click is aseries of two clicks of the mouse button, the second occurring within aspecified time after the first. The double-click time is the maximumnumber of milliseconds that may occur between the first and second clicksof a double-click.wCountNone.WORD Specifies the number of milliseconds that can occurbetween double-clicks.If the wCount parameter is set to zero, Windows will use the defaultdouble-click time of 500 milliseconds.The SetDoubleClickTime function alters the double-click time for allwindows in the system.500Software development kit

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!