Thema: Delphi How to use frames?

Einzelnen Beitrag anzeigen

Benutzerbild von s.h.a.r.k
s.h.a.r.k

Registriert seit: 26. Mai 2004
3.159 Beiträge
 
#3

AW: How to use frames?

  Alt 29. Dez 2011, 18:52
One example: you want to build a component which consists of several other components, like a TEdit plus a TButton for a file search. So you place a TEdit and a TButton on a TFrame and call it TFileSearchFrame. After you implemented the logic you can reuse this frame every time you want to, like every other component.
»Remember, the future maintainer is the person you should be writing code for, not the compiler.« (Nick Hodges)
  Mit Zitat antworten Zitat