約7,960件1ページ目

日本語のみで絞り込む

2015/7/17 -Apparently the host application icon can be handled to the DLL by passing the Forms.Application.Icon.Handle handle value to the library and ...

This code brings up the modal dialog from Unit2 when a button is clicked. It causes a Beep if the OK button is clicked. Implement the modal form in Unit2 ...

The following methods are used for buttons in a form that is used as a modal dialog box. The methods cause the dialog box to terminate when you click either ...

2020/10/24 -Form2.Show: Form2 stays in foreground. Both of Form1 and Form2 are accessible. If Form2 generates new dialogs, they are in background!!! Form2.

2018/4/18 -When I create a dynamic MODAL form I want to have it show where my mouse just got released so the user does not need to chase around the ...

Create and run automated tests for desktop, web and mobile (Android and iOS) applications (.NET, C#, Visual Basic .NET, C++, Java, Delphi, C++Builder, ...

2022/8/22 -I am having this funny problem in Delphi 11.1 using VCL. ==== FDetailForm := TfrmAircraftTypesNew.Create(self); try (FDetailForm as ...

Menu Showmodal Forms IT PAT Information technology Delphi programming Delphi Coding Grade 10 Grade 11 Grade 12 Practical assessment task ...

YouTube-Delphi for Schools

2023/4/12 -All of the forms have FormStyle as fsNormal. Not using ShowModal in any of these forms. The Main form starts in FormShow.

2020/6/23 -I try to load form icon in run-time (in 'FormCreate'):. main_form.Icon.LoadFromFile(ico_file);. It works fine if default windows style is ...