BCS Select A File frm016


There are those occasions when the programmer needs to select a single file. This application provides all necessary communications to select a single file.
saf01
The record description for thisĀ application is as follows.
[codesyntax lang=”delphi”]

  /// Dialog Record Area
  frm016_area = record
    /// Caption
    caption: string;
    /// File Name
    fileName: String;
  end;

[/codesyntax]
A 32 bit executable program may be downloaded by clicking here.
A 64 bit executable program may be downloaded by clicking here.
The component documentation can be found by clicking here.
The source code may be found by clicking here.
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.

Leave a Reply

Your email address will not be published. Required fields are marked *