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