Scans your site and returns information about your SSL implementation and certificate. Helpful for debugging and validating your SSL configuration.
One of a set of tools we are providing to everyone as a way of saying thank you for being a part of the community.
RegisterPropertyEditor(Typ
This means that TDataFieldProperty property editor is registered for all string properties called 'DataField' of all TComponent descendants.
I guess your component is a TComponent descendant <g>.
Is your property of type string?
Is it called 'DataField'?
IOW, does the declaration look similar to the following:
property DataField: string read GetDataField write SetDataField;
??
Please be more specific, and show us how the property is declared and any other info you think might be useful.
From the symptoms you describe it seems that your property is of type TField... but I don't want to guess for no good reason.
TOndrej