BCS Simple List Box


There are those times when a simple list box control is needed. For those times this application provides a simple list box implementation.
slb01
Below depicts the record structure that allows passing of information to and from the application.
[codesyntax lang=”delphi”]

  /// Dialog Record Area
  frm014_area = record
    /// Caption
    Caption: string;
    /// Listbox Item Index
    idxItem: Integer;
    /// Selected Text
    selText: String;
    /// Background Color
    bakColor: TColor;
  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 *