Hello Med.

To see the property, I think you must declare it as "published"

published property StaticText: TStaticText read FStaticText write FStaticText;

________________________________
De : Mohamed Hamza <medhom...@gmail.com>
Envoyé : samedi 26 octobre 2024 20:27
À : Fred vS <fi...@hotmail.com>
Objet : Tfield

HI FRED

My hotmail box has been hacked it's the only possibility to communicate.
How to change my mail at mseide maillist:

Problem:
I want to add a new the property to TFIELD object .

The first step is done like below:

type TMyField = class(TField)
private FStaticText: TStaticText;
public property StaticText: TStaticText read FStaticText write FStaticText;
end;
the object is registred in the IDE
But I can not see the new property in the object inspector ?

How to resolve.

If you do it. Send to mailList Please

Regards
Med
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to