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