Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: petmakris
  • Order by date
  1. petmakris

    Escape Sequence and terminal emulator

    I THINK i don't know if i can help you and if this is the escape sequence you are looking for but when writting for a terminal prog you are treating input chars like: {imagine clean pascal} var ch1, ch2: char; procedure getkeyhitten; begin if keypressed then begin ch1 :=...
  2. petmakris

    how does a comled works?

    probably you are using something a plugin-component for delphi to access comports try to insert both comport and comled. somewhere the comled must have a property pointing were to read status from, probably this must be the comport component. isn't there any documentation with this component?
  3. petmakris

    Problem with TabOrder & Edit boxes within GroupBox

    if you want your taborder flow to go group1:edit1 group1:edit2 group1:edit3 group2:edit4 group2:edit5 group2:edit6 you have to give the following group1 (0) group2 (1) group1:edit1 (0) group1:edit2 (1) group1:edit3 (2) group2:edit4 (0) group2:edit5 (1) group2:edit6 (2)
  4. petmakris

    Tutorials

    gsdfgsdfgsdgsdf sorry for this... wrong thread....
  5. petmakris

    Tutorials

    well i am sorry i asked to quickly :-( from delphi help: String is one of those data types which need finalization, and as such they cannot be stored in a File type. One simple solution, for the case of String, is to redeclare the type as an array of characters. For other cases which...

Part and Inventory Search

Back
Top