Marco Web Center

[an error occurred while processing this directive]

Home: Code Repository: Mastering Delphi 6

Chapter 01 - Package OiFontPk

Package Structure

MdDropDownFont.pas
unit MdDropDownFont;

interface

implementation

uses
  VCLEditors;

initialization
  FontNamePropertyDisplayFontNames := True;
end.