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