You are here: Symbol Reference > FileSignal Namespace > Variables > FileSignal.SignalDialogFilter Variable
DSP Master VCL
ContentsIndex
PreviousUpNext
FileSignal.SignalDialogFilter Variable
Pascal
SignalDialogFilter: string = '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 (*.*)|*.*';

be carefull to always add new types at the end

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