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

advcolumngrid property 셋팅을 아래와 같이 진행 procedure TForm1.AdvColumnGrid1GetFormat(Sender: TObject; ACol: Integer; var AStyle: TSortStyle; var aPrefix, aSuffix: string); begin if ACol in [ 2,3,4] then // col number( 2번 3번 4번 컬럼만 금액순으로 정렬) AStyle := ssFinancial; // 금액순으로 정렬 end;
Delphi
2021. 4. 27. 15:15