Autor Beitrag
Zlatan
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 175



BeitragVerfasst: Do 27.01.11 18:29 
wie kann ich einen Delphiquelltext hie hochladen


Moderiert von user profile iconNarses: Topic aus Multimedia / Grafik verschoben am Do 27.01.2011 um 19:09
FinnO
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 1331
Erhaltene Danke: 123

Mac OSX, Arch
TypeScript (Webstorm), Kotlin, Clojure (IDEA), Golang (VSCode)
BeitragVerfasst: Do 27.01.11 18:34 
kopieren und in

[delphi]-Tags einfügen:

ausblenden Quelltext
1:
<span class="inlineSyntax">Source</span>					
Zlatan Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 175



BeitragVerfasst: Do 27.01.11 18:38 
ich versuchs mal

ausblenden Delphi-Quelltext
1:
Quelltext					

interface

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;

type
TForm1 = class(TForm)
private
{ Private declarations }
public
{ Public declarations }
end;


Zuletzt bearbeitet von Zlatan am Do 27.01.11 18:43, insgesamt 1-mal bearbeitet
Zlatan Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 175



BeitragVerfasst: Do 27.01.11 18:39 
das war wohl nichts
Regan
ontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic starofftopic star
Beiträge: 2157
Erhaltene Danke: 72


Java (Eclipse), Python (Sublimetext 3)
BeitragVerfasst: Do 27.01.11 18:41 
[delphi]Quelltext[/delphi]
Yogu
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 2598
Erhaltene Danke: 156

Ubuntu 13.04, Win 7
C# (VS 2013)
BeitragVerfasst: Do 27.01.11 22:38 
Das ist in der Hilfe alles ganz schön erklärt :)
Tilman
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 1405
Erhaltene Danke: 51

Win 7, Android
Turbo Delphi, Eclipse
BeitragVerfasst: Fr 28.01.11 01:40 
@Zlatan du sollst in die Tags nicht "Source" oder "Quelltext" schreiben, sondern dort dein Programm (=deinen Quelltext, deinen Source) schreiben :) also die Programmzeilen sollen zwischen die Tags.

ausblenden Quelltext
1:
2:
<div class="syntaxContainer">  <div class="syntaxSelect">    <a class="genmed" style="text-decoration: none" href="javascript:selectAll(63090010)">markieren</a>  </div>  <div class="syntaxTitle genmed">        <a style="text-decoration: none" href="javascript:toggleCode(63090010)">            <span  id="minusFor63090010"><img class="codecollapse crispscaling" align="top" src="./graphics/bbcode/code_hide.png" border="0" alt="ausblenden" title="ausblenden"/></span>            <span style="display: none;" id="plusFor63090010"><img class="codecollapse crispscaling" align="top" src="./graphics/bbcode/code_show.png" border="0" alt="anzeigen" title="anzeigen"/></span>        </a>                <b>Delphi-Quelltext</b>        <span class="copyright" style="display: none" id="hintFor63090010">                       </span>  </div>  <div id="code63090010" class="syntax" style=" ">    <table cellspacing="0" cellpadding="0">      <tr>        <td valign="top" style="text-align: right; padding-right: 3px; border: #DBE4EB solid; border-width: 0px 1px 0px 0px;">          <pre>1:
</pre>        </td>        <td valign="top" style="width: 100%; padding-left: 3px;">          <pre class="sourcecode"><span class="codecomment">{PROTECTTAG7dca35e6a7da4734c60fec18f30ae54a}</span>          </pre>        </td>      </tr>    </table>  </div></div>

wird zu:
ausblenden Delphi-Quelltext
1:
2:
3:
program
  writeln('Hallo Welt');
end.

_________________
Bringe einen Menschen zum grübeln, dann kannst du heimlich seinen Reis essen.
(Koreanisches Sprichwort)