必应词典为您提供lineindex的释义,网络释义: 显示所提供的符号;得到字符所在的行序号;
IfcLineIndex通过提供索引列表来描述多边形曲线中的单个或多个直线段。第一个索引是线段的起点,最后一个索引是该线段的终点。如果包含两个以上的索引,则所有中间索引都定义了按索引列表外观顺序连接的多段线段的中间点。 注:该类型用于IfcIndexedPolyCurve指向IfcCartesianPointList,以提供多边形曲线直线段的笛卡尔点。 IF...
int LineIndex( int nLine = -1 ) const; 参数 nLine 在编辑控件的文本包含所需行的索引值或包含– 1。 如果 nLine 为–1,它指定当前行,即,一个包含插入符号的行。 返回值 在nLine 指定的行的字符索引或– 1;如果指定的行号较大的然后的行数在编辑控件中。 备注 字符的索引是字符数从最初rich ed...
int LineIndex( int nLine = -1 ) const; 參數nLine 在編輯控制項的文字包含所需的程式碼行的索引值或包含– 1。 如果 nLine 為– 1,其指定目前這一行,也就是說,包含插入號的行。傳回值在nLine 指定行的字元索引或– 1,如果指定的行號是大於行數編輯控制項的。備註字...
CEdit 自动滚屏 LineIndex 与 LineLength //实现文本框自动滚屏, 字符串一定要以"\r\n"结尾 //调用: PrintString("test\r\n"); void CTestDlg::PrintString( CString strPrint ) { CEdit* pEdit = (CEdit*)GetDlgItem(IDC_RECV); int nLen ; if(pEdit->GetLineCount () > 100 ) { nLen= pEdit-...
2.2.6.13.6 Edit::LineIndex Description Get index of first character in a line Syntax intLineIndex(intnLine=-1)const Parameters nLine Contains the index value for the desired line in the text of the edit control, or contains -1. If nLine is -1, it specifies the current line, that is...
int LineIndex( int nLine = -1 ) const; 参数 nLine 在编辑控件的文本包含所需行的索引值或包含– 1。 如果 nLine 为– 1,它指定当前行,即,一个包含插入符号的行。 返回值 在nLine 指定的行的字符索引或– 1;如果指定的行号的行数大于在编辑控件中。 备注 字符的索引是字符数从最初编辑控件添加到...
h> #define IDC_RICHEDIT1 1001 void RichEdit_LineIndex(Dialog& EditBoxes) { RichEdit richEdit = EditBoxes.GetItem(IDC_RICHEDIT1); int nBegin, nEnd; // Replace the second line, if it exists, of the rich edit control // with the text "Origin C". if ((nBegin = richEdit.LineIndex...
int LineIndex( int nLine = -1 ) const; Parameters nLine Contains the index value for the desired line in the text of the edit control, or contains –1. If nLine is –1, it specifies the current line, that is, the line that contains the caret. ...
EM_LINEINDEX wParam = (WPARAM) line; lParam = 0; Parameters line Specifies the zero-based line number. A value of –1 specifies the line number of the current line, which is the line that contains the cursor. lParam Not used; set to 0. ...