Vcl.ValEdit.TValueListEditor.Refresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Refresh;

C++

HIDESBASE void __fastcall Refresh();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

Updates the display to reflect the current value of the Strings property.

Call Refresh to ensure that the value list editor accurately reflects the value of the Strings property. For example, call Refresh after programmatically editing the value of the Strings property.

See Also