You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > FileSignal Class > FileSignal Fields > FileSignal.SignalDialogFilter Field
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
FileSignal.SignalDialogFilter Field

Drop down file types string.

Syntax
C#
Visual Basic
public static string SignalDialogFilter = "Binary multi precision records (*.dat)|*.dat|" + "Single column ASCII (*.sfs)|*.sfs|"+ "Two column ASCII (*.asc)|*.asc|"+ "Windows PCM (*.wav)|*.wav|"+ "Raw PCM (*.raw)|*.raw|"+ "Raw PCM (*.pcm)|*.pcm|"+ "Text (*.txt)|*.txt|"+ "All known file extensions|*.dat;*.sfs;*.asc;*.wav;*.raw;*.pcm;*.txt|" + "All files (*.*)|*.*";

A string to be assigned to the Filter property of the TFileOpen or TFileSave dialog.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!