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
- queryset
- advColumnGrid
- COMMIT
- HTML
- PyCharm
- rank
- dbadvgrid
- Push
- TMS
- Django
- Visual Studio
- MSSQL
- GIT
- templates
- github
- anaconda3
- Delphi
- python3
- c#
- delphi 10.3
- python 3.7
- blog
- hackerrank
- pyhcarm
- pythonanywhere
- 중복제거
- get_object_or_404
- 백준
- declare
- 델파이
Archives
- Today
- Total
목록getformat (1)
DevHyun
[TMS AdvColumnGrid] header 클릭 시 금액순으로 정렬하기
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