DateTimePickerName.Format := ' ';
OnChange method에 아래 추가
procedure TForm.DateTimePickerNameChange(Sender : TObject);
begin
DateTimePickerName.Format := ShortDateFormat;
end;
'개발자료 > Delphi' 카테고리의 다른 글
델파이 설치 횟수 늘리는 방법 (0) | 2019.01.24 |
---|---|
Unable to rename 'c:\program files\borland\delphi7\bin\delphi32.$$$' to c:\progrom files\borland\delphi7\bin\delphi32.dro' (0) | 2019.01.22 |
Devexpress tdxbar 팝업메뉴 보이지 않게 하기 (0) | 2015.06.19 |
UAC 관리자 권한상승 (0) | 2015.05.13 |
[Error] Undeclared identifier: 'soAscending' (0) | 2014.12.30 |