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
- get_object_or_404
- GIT
- python 3.7
- advColumnGrid
- COMMIT
- Delphi
- TMS
- 델파이
- HTML
- Django
- python3
- hackerrank
- MSSQL
- anaconda3
- rank
- Push
- pyhcarm
- Visual Studio
- pythonanywhere
- c#
- dbadvgrid
- 백준
- queryset
- 중복제거
- github
- PyCharm
- delphi 10.3
- declare
- templates
- blog
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