[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

TFileDialog.SetFilter

Sets the value for the Filter property.

Declaration

Source position: dialogs.pp line 158

protected procedure TFileDialog.SetFilter(

  const Value: string

); virtual;

Arguments

Value

  

New value for the Filter property.

See also

TFileDialog.Filter

  

A string which contains possible filename filters (e.g. .doc, .xmp, .pas etc).


Version 3.2 Generated 2024-02-25 Home