Skip to content

AutoRefreshPreview

property

Delphi
property AutoRefreshPreview: Boolean read GetAutoRefreshPreview write SetAutoRefreshPreview  default DEF_AutoRefreshPreview;
C++Builder
__property bool AutoRefreshPreview = {read=GetAutoRefreshPreview, write=SetAutoRefreshPreview, default=0};
C#
public bool AutoRefreshPreview { get; set; }
VB.NET
Public Property AutoRefreshPreview As Boolean
C++/Qt
BOOL GetAutoRefreshPreview ();
void SetAutoRefreshPreview (BOOL Value);

If enabled, preview is automatically restarted each time a property that requires the preview to be restarted (to reflect the new value) is modified.