TdxCustomSparklineEdit.CanFocus Method
In This Article
Identifies if the sparkline editor can accept focus.
#Declaration
Delphi
function CanFocus: Boolean; override;
#Returns
Type | Description |
---|---|
Boolean | True if the editor can receive focus; otherwise, False. |
See Also