

12:38, EET

January 3, 2013

Sorry but i fond more trouble.
Setting InitialQuality don’t work if creating component at runtime.
The code below solves the problem.
property InitialQuality: TPsVarQuality read FInitialQuality write
SetInitialQuality default vpqBad;
constructor TPsVar.Create(AOwner: TComponent);
begin
….
FInitialQuality:=vpqBad;
….
end;
procedure TPsVar.SetInitialQuality(AQuality: TPsVarQuality);
Var
Value:Variant;
begin
if (FInitialQualityAQuality) then begin
FInitialQuality:=AQuality;
ApplyInitialValue;
end;
end;
13:58, EET

December 21, 2011

Yes, that’s probably the case. However, the whole idea with the property is that you can define the initial value and quality for variables created in the designer and it’s applied when the form is loaded.
If you create variables at runtime, you should use SetPropValueAt() to define the value and quality.
Most Users Ever Online: 1919
Currently Online:
25 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Heikki Tahvanainen: 402
hbrackel: 144
rocket science: 90
pramanj: 86
Francesco Zambon: 83
Ibrahim: 78
Sabari: 62
kapsl: 57
gjevremovic: 49
Xavier: 43
Member Stats:
Guest Posters: 0
Members: 804
Moderators: 7
Admins: 1
Forum Stats:
Groups: 3
Forums: 15
Topics: 1540
Posts: 6500
Newest Members:
Kalyani, trustgas, CoreyBiolI, ugvchang52206802, ThomasNug, Ronaldmaymn, hai668412593, FannyWorld, Robertvew, StevenrupModerators: Jouni Aro: 1029, Pyry: 1, Petri: 0, Bjarne Boström: 1038, Jimmy Ni: 26, Matti Siponen: 353, Lusetti: 0
Administrators: admin: 1