Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.04.01;
Скачать: CL | DM;

Вниз

MDI-приложение: как определить активно родительское окно(дочерних ещё нет) или дочернее(тогда узнать какое)?   Найти похожие ветки 

 
kserg@ukr.net   (2002-03-20 11:48) [0]

У самого чё-то не получается.
Спасибо.


 
Alx2 ©   (2002-03-20 11:56) [1]

ActiveForm?


 
kserg@ukr.net   (2002-03-20 12:55) [2]

>Alx2 если правильно понял, попытался сделать проверку типа

if MainForm.Active then ...
Но всегда получается =false ???
(я еще понимаю, если бы было всегда =true)

Наверно я не так делаю.


 
Alx2 ©   (2002-03-20 13:02) [3]

Имелось в виду TScreen.ActiveForm.
Из программы до нее достучаться можно так: Screen.ActiveForm

Вот описание TScreen.ActiveForm. (см Help)


Indicates which form currently has focus.

property ActiveForm: TForm;

Description

Read ActiveForm to learn which form in the application has input focus. If the application is not currently active, ActiveForm is the form that will have focus when the application becomes active again.

ActiveForm is a read-only property. To change the ActiveForm, use the SetFocus method of the form that should receive focus. ActiveForm will also change if the SetFocusedControl method of an inactive form is called to set focus to a control on that inactive form.

After focus shifts from one form to another, the screen receives an OnActiveFormChange event.


 
kserg@ukr.net   (2002-03-20 13:42) [4]

>Alx2 - спасибо, всё заработало.



Страницы: 1 вся ветка

Текущий архив: 2002.04.01;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.008 c
1-81
KvORubin
2002-03-18 15:07
2002.04.01
RichEdit - как в нём отобразить непечатаемые символы (как в M.Office) (часть 2я)


1-226
reg
2002-03-20 16:49
2002.04.01
hidden properites


7-335
Filat
2001-12-19 15:45
2002.04.01
Как переделать или втавить программу с ASM на Дельфи - цифровой вольтметр.


14-287
Sir Alex
2002-02-04 19:44
2002.04.01
DMFC 1.1.003a ( вот что значит конкуренция!)


1-107
kolobok
2002-03-21 12:33
2002.04.01
Проблема с встроенным в TStringGrid чекбоксом !