|
This line creates a shortcut, Ctrl+O, at run time and assigns it to the Open command on a File menu.
OpenCommand->ShortCut = ShortCut(Word('O'), TShiftState() << ssCtrl);
ShortCut 예제를 보니깐 위에 예제가 나오더라구요.
예제중에 << 라는게 있는데 이게 무슨뜻인가요?
TShiftState() << ssCrtl .... 허허...
행복하세요.. ^^
24살 늦은 여름 [# 윤종희 #]
|