C#,Delphi,Oracle,MSSQL 개발자블로그
델파이 금액에 3자리마다 콤마 찍기 본문
FormatFloat('##,###,##0', value);
리턴 값은 string이며, value는 실수 타입이다.
'Programming > Delphi' 카테고리의 다른 글
델파이 Recently Opened Projects 지우기 (0) | 2019.06.13 |
---|---|
델파이 ColCount / Columns.Count의 차이 (0) | 2019.06.13 |
델파이 프로그래스바 ProgressBar (0) | 2019.06.12 |
델파이 Split 함수 (0) | 2019.06.12 |
델파이 콤보박스 아이템 사이즈(Item Widths) 늘리기. (0) | 2019.06.12 |
Comments