|
Почему в инспекторе объекта не появляется свойство "bool" ??? Delhpi 4
|
|||
---|---|---|---|
#18+
unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) procedure FormCreate(Sender: TObject); private FBool:boolean; property bool:boolean read FBool write FBool; end; var Form1: TForm1; implementation {$R *.DFM} procedure TForm1.FormCreate(Sender: TObject); begin self.bool := true; //работает end; end. ... |
|||
:
Нравится:
Не нравится:
|
|||
01.08.2002, 10:34 |
|
Почему в инспекторе объекта не появляется свойство "bool" ??? Delhpi 4
|
|||
---|---|---|---|
#18+
И не должно появляться. Что-бы это работало нужно шаманить с CustomModules: см. страничку Сергея Орлика http://www.geocities.com/SiliconValley/Way/9006/index.html ... |
|||
:
Нравится:
Не нравится:
|
|||
01.08.2002, 14:30 |
|
|
start [/forum/topic.php?fid=58&fpage=2084&tid=2119919]: |
0ms |
get settings: |
9ms |
get forum list: |
15ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
67ms |
get topic data: |
14ms |
get forum data: |
3ms |
get page messages: |
48ms |
get tp. blocked users: |
2ms |
others: | 9ms |
total: | 175ms |
0 / 0 |