--- void Prop1(int AValue); int Prop1();
or
@property
{
void Prop1(int AValue);
int Prop1();
}
---
Does it has something to do with the RTTI/serialization such as
the "published" keyword in Pascal ? I cant find any clue in the
manual.
--- void Prop1(int AValue); int Prop1();
or
@property
{
void Prop1(int AValue);
int Prop1();
}
---
Does it has something to do with the RTTI/serialization such as
the "published" keyword in Pascal ? I cant find any clue in the
manual.