Class TFileOpenEdit (unit FileEdit)

Inherits from

TEdit

Constructors


constructor Create(AOwner : TComponent) ;

pull in resource file containing default glyph for speedbutton } {$R FILEEDIT.


Functions

destructor Destroy ;


procedure CMEnabledChanged(var Message: TMessage);


procedure CreateWnd ;


procedure Loaded ;

the purpose of this method is to force the button's NumGlyphs property to be reset whenever we reload this form.

procedure ShowDialog(Sender : TObject) ;


procedure WMMove(var Message : TWMMove) ;


procedure WMSize(var Message : TWMSize) ;


function GetFlat : boolean ;


function GetGlyph : TBitmap ;


function GetHint : string ;


procedure SetFlat(b : boolean) ;


procedure SetGlyph(b : TBitmap) ;


procedure SetHint(s : string) ;


procedure TweakButton ;


Properties

property ButtonHint : string


property DialogFilename : string


property DialogFilter : string


property DialogTitle : string


property FlatButton : boolean


property Glyph : TBitmap


Events

Variables

FButton : TSpeedButton ;


FDlgFilename : string ;


FDlgFilter : string ;


FDlgTitle : string ;



Constructors


constructor Create(AOwner : TComponent) ;

pull in resource file containing default glyph for speedbutton } {$R FILEEDIT.RES


Functions


destructor Destroy ;


procedure CMEnabledChanged(var Message: TMessage);


procedure CreateWnd ;


procedure Loaded ;

the purpose of this method is to force the button's NumGlyphs property to be reset whenever we reload this form... otherwise it will revert back to 1


procedure ShowDialog(Sender : TObject) ;


procedure WMMove(var Message : TWMMove) ;


procedure WMSize(var Message : TWMSize) ;


function GetFlat : boolean ;


function GetGlyph : TBitmap ;


function GetHint : string ;


procedure SetFlat(b : boolean) ;


procedure SetGlyph(b : TBitmap) ;


procedure SetHint(s : string) ;


procedure TweakButton ;


Properties


property ButtonHint : string


property DialogFilename : string


property DialogFilter : string


property DialogTitle : string


property FlatButton : boolean


property Glyph : TBitmap


Events


Variables


FButton : TSpeedButton ;


FDlgFilename : string ;


FDlgFilter : string ;


FDlgTitle : string ;