Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- COMMIT
- dbadvgrid
- declare
- 델파이
- rank
- Visual Studio
- anaconda3
- get_object_or_404
- PyCharm
- Django
- Push
- Delphi
- pyhcarm
- queryset
- templates
- TMS
- advColumnGrid
- 백준
- 중복제거
- delphi 10.3
- GIT
- MSSQL
- pythonanywhere
- HTML
- hackerrank
- blog
- github
- python3
- c#
- python 3.7
Archives
- Today
- Total
목록[fnMatchStart] (1)
DevHyun
[TMS AdvColumnGrid] 그리드 내에서 검색하기
procedure Tform1.button1Click(Sender: TObject); var str1: string; tPos : TPoint; tp : integer; begin str1 := ''; tPos.X := 0; tPos.Y := 1; tp := 'AdvColumnGrid Name'.Find(tPos, str1 , [fnMatchStart]).Y; if tp > 0 then 'AdvColumnGrid Name'.Row := tp; end; - 검색 방법은 여러가지가 있는듯? { fnMatchCase, fnMatchFull, fnMatchRegular,fnDirectionLeftRight, fnMatchStart, fnFindInCurrentRow, fnFindInCurrentCol,fnInc..
Delphi
2021. 6. 3. 16:39