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