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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by apostolisadam

  1. apostolisadam

    Extract a string version of a constant’s name???

    thats what i thought... thanks daddy
  2. apostolisadam

    API call to add "Comments" to a file ??

    Daddy's code did exactly what i wanted... Thanks guys
  3. apostolisadam

    Extract a string version of a constant’s name???

    In Delphi, does anyone know of a way to extract a string version of a constant’s name? const myConstant = 1; ... MyTextValue := SomConversionToText( myConstant ); showMessage( ‘The name of the constant is: ‘ + MyTextValue ); Is it even possible?
  4. apostolisadam

    API call to add "Comments" to a file ??

    thanks for the quick response Dadddy.. I appreciate it
  5. apostolisadam

    API call to add "Comments" to a file ??

    When you right click on a file and go to properties you get 3 tabs. On the third tab "Summary", you get the option to add some comments for that file. Does anyone know how to add a "Comment" like that, to a file I just created in delphi? Thanks for you time Apostolis adam

Part and Inventory Search

Back
Top