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