TdxRichEditControlValueAction<T>.Value Property
Specifies a value assigned to a Rich Edit control’s parameter by the action object.
Declaration
property Value: T read; write;
Property Value
Type |
---|
T |
Remarks
Assign a new value to the Value property in a handler of the action object’s OnExecute event and update the control by calling the ExecuteTarget procedure.
See Also