instruction
stringlengths 21
57
⌀ | output
stringlengths 3
1.48k
⌀ |
---|---|
등락표시(Change)의 Property중 halign의 예제를 알려줘 | SetCtlProp(\"Change0\ \"halign\ szVal) |
등락표시(Change)의 Property중 valign의 기능을 설명해줘 | 문자열 수직 정렬 설정, 0 – 위, 1 – 가운데, 2 – 아래" |
등락표시(Change)의 Property중 valign의 예제를 알려줘 | SetCtlProp(\"Change0\ \"valign\ szVal) |
등락표시(Change)의 Property중 fontsize의 기능을 설명해줘 | 표시할 문자열의 사이즈 설정 |
등락표시(Change)의 Property중 fontsize의 예제를 알려줘 | SetCtlProp(\"Change0\ \"fontsize\ \"10\")\nGetCtlProp(\"Change0\ \"fontsize\") |
등락표시(Change)의 Property중 fontstyle의 기능을 설명해줘 | 표시할 문자열의 밑줄 설정 |
등락표시(Change)의 Property중 fontstyle의 예제를 알려줘 | SetCtlProp(\"Change0\ \"fontstyle\ \"1\") |
등락표시(Change)의 Property중 usesign의 기능을 설명해줘 | 등락부호를 사용할지 여부 설정 |
등락표시(Change)의 Property중 usesign의 예제를 알려줘 | SetCtlProp(\"Change0\ \"usesign\ \"1\") |
등락표시(Change)의 Property중 mask의 기능을 설명해줘 | 표시할 문자열의 마스킹 설정\"숫자/문자, 0표시여부, PreFix, PostFix, 마스크처리여부, 마스크포멧, 소수점자리수, 천단위부호 표시여부, -부호표시여부 |
등락표시(Change)의 Property중 mask의 예제를 알려줘 | SetCtlProp(\"Change0\ \"mask\ \"1,0,,,1,##.##,0,1,0\") |
등락표시(Change)의 Property중 transmode의 기능을 설명해줘 | 컨트롤 배경을 부모컨트롤의 배경색과 동일하게 처리할것인지 여부 |
등락표시(Change)의 Property중 transmode의 예제를 알려줘 | SetCtlProp(\"Change0\ \"transmode\ \"1\") |
등락표시(Change)의 Property중 multiline의 기능을 설명해줘 | 표시할 문자열을 멀티라인을 사용할 것인지 사용 여부 |
등락표시(Change)의 Property중 multiline의 예제를 알려줘 | SetCtlProp(\"Change0\ \"multiline\ \"1\") |
등락표시(Change)의 Property중 attrcolor의 기능을 설명해줘 | Attribute 색상을 임의로 설정 |
등락표시(Change)의 Property중 attrcolor의 예제를 알려줘 | SetCtlProp(\"Change0\ \"attrcolor\ szVal) |
등락표시(Change)의 Property중 dispcaption의 기능을 설명해줘 | 표시되고있는 문자열을 마스킹 상태로 얻기 |
등락표시(Change)의 Property중 dispcaption의 예제를 알려줘 | GetCtlProp(\"Change0\ \"dispcaption\") |
그리드(Grid)의 Property중 ly_vert의 기능을 설명해줘 | 세로배치시 레이아웃 설정, (nLeft, nTop, nWidth, nHeight, bVisiable) |
그리드(Grid)의 Property중 ly_vert의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"ly_vert\ szVal) |
그리드(Grid)의 Property중 ly_horz의 기능을 설명해줘 | 가로배치시 레이아웃 설정, (nLeft, nTop, nWidth, nHeight, bVisiable) |
그리드(Grid)의 Property중 ly_horz의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"ly_horz\ szVal) |
그리드(Grid)의 Property중 left의 기능을 설명해줘 | 컨트롤의 왼쪽 좌표 설정 |
그리드(Grid)의 Property중 left의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"left\ szVal)\nGetCtlProp(\"Grid0\ \"left\") |
그리드(Grid)의 Property중 top의 기능을 설명해줘 | 컨트롤의 Top 좌표 설정" |
그리드(Grid)의 Property중 top의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"top\ szVal)\nGetCtlProp(\"Grid0\ \"top\") |
그리드(Grid)의 Property중 width의 기능을 설명해줘 | 컨트롤의 너비 설정 |
그리드(Grid)의 Property중 width의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"width\ 300)\nGetCtlProp(\"Grid0\ \"width\") |
그리드(Grid)의 Property중 height의 기능을 설명해줘 | 컨트롤의 높이 설정 |
그리드(Grid)의 Property중 height의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"height\ 30)\nGetCtlProp(\"Grid0\ \"height\") |
그리드(Grid)의 Property중 bgcolor의 기능을 설명해줘 | Label의 배경색 설정 |
그리드(Grid)의 Property중 bgcolor의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"bgcolor\ \"108:135206235\") |
그리드(Grid)의 Property중 resize의 기능을 설명해줘 | 폼 크기변경에 따른 컨트롤 위치/크기 설정(\"Left, Top, Width, Height\" -> 0:고정, 1:크기증감) |
그리드(Grid)의 Property중 resize의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"resize\ \"1,1,1,1\")\nGetCtlProp(\"Grid0\ \"resize\") |
그리드(Grid)의 Property중 colcount의 기능을 설명해줘 | 컬럼수 |
그리드(Grid)의 Property중 colcount의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"colcount\ nCnt)\nGetCtlProp(\"Grid0\ \"colcount\") |
그리드(Grid)의 Property중 rowcount의 기능을 설명해줘 | Row수 |
그리드(Grid)의 Property중 rowcount의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"rowcount\ nCnt)\nGetCtlProp(\"Grid0\ \"rowcount\") |
그리드(Grid)의 Property중 dimforrow의 기능을 설명해줘 | 선택한 Row 제외하고 딤처리 |
그리드(Grid)의 Property중 dimforrow의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"dimforrow\ nSelrow) |
그리드(Grid)의 Property중 toprow의 기능을 설명해줘 | top Row 지정 |
그리드(Grid)의 Property중 toprow의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"toprow\ \"1\") |
그리드(Grid)의 Property중 lockupdate의 기능을 설명해줘 | 그리드 업데이트 상태 설정 |
그리드(Grid)의 Property중 lockupdate의 예제를 알려줘 | SetCtlProp(\"GridIntr0\ \"lockupdate\ \"1\") |
그리드(Grid)의 Property중 regintrsingle의 기능을 설명해줘 | 관심종목에 추가하기 |
그리드(Grid)의 Property중 regintrsingle의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"regintrsingle\ ColID) |
그리드(Grid)의 Property중 regintrall의 기능을 설명해줘 | 관심종목에 추가하기 |
그리드(Grid)의 Property중 regintrall의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"regintrall\ ColID) |
그리드(Grid)의 Property중 location의 기능을 설명해줘 | 그리드 위치 리턴 (x, y, width, height) |
그리드(Grid)의 Property중 location의 예제를 알려줘 | GetCtlProp(\"Grid0\ \"location\") |
그리드(Grid)의 Property중 alpha의 기능을 설명해줘 | 컨트롤 투명도 설정 (0~1) |
그리드(Grid)의 Property중 alpha의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"alpha\ \"0.5\") |
그리드(Grid)의 Property중 bodyalpha의 기능을 설명해줘 | 리스트 투명도 설정 (0~1) |
그리드(Grid)의 Property중 bodyalpha의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"bodyalpha\ \"0.5\") |
그리드(Grid)의 Property중 selectrow의 기능을 설명해줘 | Row 선택 |
그리드(Grid)의 Property중 selectrow의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"selectrow\ \"0\")\nGetCtlProp(\"Grid0\ \"selectrow\") |
그리드(Grid)의 Property중 insertrow의 기능을 설명해줘 | Row 삽입 (nPos:삽입위치) |
그리드(Grid)의 Property중 insertrow의 예제를 알려줘 | SetCtlProp(\"Grid0\ \"insertrow\ nPos) |
그리드(Grid)의 Property중 addrow의 기능을 설명해줘 | row추가 |
그리드(Grid)의 Property중 addrow의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"addrow\ \"\ 1, \"\") |
그리드(Grid)의 Property중 caption의 기능을 설명해줘 | 캡션 설정 (종목명 컨트롤이 차일드로 붙었을경우에는 종목코드) |
그리드(Grid)의 Property중 caption의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"caption\ szCellID, nRowIndex, szVal)\nGetPropGridCell(\"Grid0\ \"caption\ szCellID, nRowIndex) |
그리드(Grid)의 Property중 topcaption의 기능을 설명해줘 | 헤더 캡션 설정 |
그리드(Grid)의 Property중 topcaption의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"topcaption\ szCellID, nRowIndex, szVal)\nGetPropGridCell(\"Grid0\ \"topcaption\ szCellID, nRowIndex) |
그리드(Grid)의 Property중 footcaption의 기능을 설명해줘 | 풋헤더 캡션 설정 |
그리드(Grid)의 Property중 footcaption의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"footcaption\ szCellID, nRowIndex, szVal)\nGetPropGridCell(\"Grid0\ \"footcaption\ szCellID, nRowIndex) |
그리드(Grid)의 Property중 topalign의 기능을 설명해줘 | 헤더 정렬 설정 |
그리드(Grid)의 Property중 topalign의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"topalign\ szCellID, nRowIndex, szVal) |
그리드(Grid)의 Property중 halign의 기능을 설명해줘 | 가로정렬 |
그리드(Grid)의 Property중 halign의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"halign\ szCellID, nRowIndex, szVal) |
그리드(Grid)의 Property중 valign의 기능을 설명해줘 | 세로정렬 |
그리드(Grid)의 Property중 valign의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"valign\ szCellID, nRowIndex, szVal) |
그리드(Grid)의 Property중 clear의 기능을 설명해줘 | Body 데이터 삭제 |
그리드(Grid)의 Property중 clear의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"clear\ szCellID, nRowIndex, szVal) |
그리드(Grid)의 Property중 bongdisp의 기능을 설명해줘 | 봉 표시 설정 (0:안보임 1:보임) |
그리드(Grid)의 Property중 bongdisp의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"bongdisp\ szCellID, nRowIndex, \"1\") |
그리드(Grid)의 Property중 allcheck의 기능을 설명해줘 | 전체 체크 설정 |
그리드(Grid)의 Property중 allcheck의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"allcheck\ szCellID, \"\ szVal) |
그리드(Grid)의 Property중 alluncheck의 기능을 설명해줘 | 전체 체크 해제 설정 |
그리드(Grid)의 Property중 alluncheck의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"alluncheck\ szCellID, \"\ szVal) |
그리드(Grid)의 Property중 deleterow의 기능을 설명해줘 | Row 삭제 |
그리드(Grid)의 Property중 deleterow의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"deleterow\ \"\ nRowIndex, \"\") |
그리드(Grid)의 Property중 attrcolor의 기능을 설명해줘 | Attribute 색상을 임의로 설정 |
그리드(Grid)의 Property중 attrcolor의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"attrcolor\ szCellID, nRowIndex, szColor) |
그리드(Grid)의 Property중 captionname의 기능을 설명해줘 | 종목명 컨트롤이 차일드로 붙었을 경우의 캡션 설정 |
그리드(Grid)의 Property중 captionname의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"captionname\ szCellID, nRowIndex, \"아이티젠\") |
그리드(Grid)의 Property중 enable의 기능을 설명해줘 | 사용가능 여부 설정 |
그리드(Grid)의 Property중 enable의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"enable\ szCellID, nRowIndex, \"1\") |
그리드(Grid)의 Property중 cellbgcolor의 기능을 설명해줘 | 셀 배경색 설정 |
그리드(Grid)의 Property중 cellbgcolor의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"topcaption\ szCellID, nRowIndex, \"108:135206235\") |
그리드(Grid)의 Property중 fgcolor의 기능을 설명해줘 | 전경색 설정 |
그리드(Grid)의 Property중 fgcolor의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"fgcolor\ szCellID, nRowIndex, \"0:000000000\") |
그리드(Grid)의 Property중 usefgcolor의 기능을 설명해줘 | 스크립트 컬러 사용 여부 설정 |
그리드(Grid)의 Property중 usefgcolor의 예제를 알려줘 | SetPropGridCell(\"Grid0\ \"usefgcolor\ szCellID, nRowIndex, \"1\") |
그리드(Grid)의 Event중 CellDataChanged의 예제를 알려줘 | 셀의 데이터가 변경되었을 때 발생, 파라미터( lRow: 발생 위치의 서브행, lCol: 발생 위치의 열, szOldData: 원래 데이터, szNewData : 새로운 데이터, ByReal: 리얼여부) |
그리드(Grid)의 Event중 OnScrollEnd의 예제를 알려줘 | 그리드의 스크롤을 하여 그리드의 마지막 행에 도착했을 때 발생 |
그리드(Grid)의 Event중 OnHeaderClickUp의 예제를 알려줘 | 헤드를 마우스 클릭했을 때 마우스 업에서 발생, 파라미터(lRow: 발생 위치의 서브행, lCol: 발생 위치의 열) |
그리드(Grid)의 Event중 OnHeaderClicked의 예제를 알려줘 | 헤드를 마우스 왼쪽 클릭했을 때 발생, 파라미터(lRow: 발생 위치의 서브행, lCol: 발생 위치의 열, bUpDn: 0 (down) / 1 (up), * pvarProcessed : 사용안함) |
그리드(Grid)의 Event중 OnClickUp의 예제를 알려줘 | 마우스 클릭했을 때 마우스 업에서 발생, 파라미터(lRow: 발생 위치의 서브행, lCol: 발생 위치의 열) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.