Einzelnen Beitrag anzeigen

hathor
(Gast)

n/a Beiträge
 
#3

AW: Button.caption Änderung über Form 2

  Alt 8. Dez 2013, 21:47
Delphi-Quellcode:
unit Unit1;
.
.
.
implementation

{$R *.dfm}
uses Unit2;
------------------------------------
unit Unit2;
interface

Uses Unit1;

const
Author = 'Tiu Hathor';

procedure B7textDE;


implementation

procedure B7textDE;
begin
Form1.B7.Caption:= Author;
end;
  Mit Zitat antworten Zitat