TcxPropertyEditor.GetName Method
In This Article
Returns the name of the edited property.
#Declaration
Delphi
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