TcxLookAndFeel Methods
Stores general appearance settings of a DevExpress control.Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
BeginUpdate | Postpones all control redraw operations that reflect content and appearance setting changes until an EndUpdate procedure call. |
EndUpdate | Applies all pending changes and redraws the affected control after a BeginUpdate procedure call. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
Refresh | Redraws the affected control. |
Reset | Removes all look & feel setting modification flags. |
ToString | Inherited from TObject. |
See Also