TcxPropertyEditor.GetName Method
Returns the name of the edited property.
Declaration
function GetName: string; virtual;
Returns
Type |
---|
string |
Remarks
Returns the name of the edited property that is stored in the TTypeInfo record. Some descendants override this method based on the type of the edited property they bound to.
See Also