TdxFcItem.Selected Property
Specifies the item selection.
Declaration
property Selected: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
This property allows you to select the chart symbol or connection. You cannot select it if:
The Allow parameter is set to False in the OnSelection event handler;
The fcoCanSelect flag is not set in the Options property value.
Every control‘s selection change raises the OnSelected and OnSelection events.
See Also