Delphi For EX나 델파이 자체에 포함된 포메터에서.
BInitTimer := False;
TmrTime.Enabled := True;
RectBtReset.Visible := True;
RectBtStartStop.Visible := True;
EdtTimer.Text := '00:00:00.00';
EdtTimer.Visible := True;
InitBtStartStop(True);
이런식으로
대입연산자 := 정렬이 가능하거나.
// 주석 정렬하거나..
이렇게 세팅이 가능 할 수 있나요?
|