ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • foam
    C++ Builder/함수 2018. 12. 6. 22:32

    # ModalResult   

    // 모달폼 실행시(버튼 클릭시) 반환값


    # ShowModal

    // 폼을 모달폼으로 띄우는 함수

    // 모달폼 Visible이 true 일 경우 Error 발생.


    # Show

    //폼을 띄우는 함수


    # IsExistProcess

    // 해당이름의 응용프로그램이 실행되어 있는지 확인


    ex)

    UnicodeString AppName = “notepad.exe”

    if(IsExistProcess(AppName)){

    ShowMessage(“존재”);

    }



    728x90

    'C++ Builder > 함수' 카테고리의 다른 글

    MessageDlg  (0) 2018.12.06
    ShowMessageCenter  (0) 2018.12.06
    ToIntDef  (0) 2018.12.06
    ToInt  (0) 2018.12.06
    UpperCase  (0) 2018.12.06

    댓글

Designed by Tistory.