Jump to content

Search the Community

Showing results for tags 'import '.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 3 results

  1. Hello, I have a question within my application that needs at some point I need to import information from an excel spreadsheet into the application. In desktop applications I use options that use COMobj and use the following code: Procedure ... Var excelSheet, Excel: Variant; Begin Excel: = CreateOleObject ('Excel.Application'); Excel.Visible: = false; Excel.WorkBooks.Open (FileSource.Text); ExcelSheet: = excel.Workbooks [1] .WorkSheets [1]; DData: = Excel.WorkBooks [1] .Sheets [1] .Cells [1,1]; End; When I use this function in uniGui it's message: CoInitialize was not called, ProgID: "Excel.Application". Could anyone help with this? Best regards Anderson Brazil
  2. Merhaba; UniPropertyGrid AttachedComponent özelliğindeki Gride gelen verileri Dışarıya aktarma ve sonrasında da tam tersi içeriye almayı yapabilir miyiz. Örnek. Runtime'da bir nesne oluşturduğumuzu varsayalım. 1-AttachedComponent gelen değerleri kullanıcı düzenledi, kaydet tuşu ile bu verileri herhangi bir formatta dışarı almak. 2-Dışarıya alınan nesnenin son özelliklerini Form Create olurken kayıtlı yerden nesneye tekrar yüklemek. Property : AttachedComponent / Export/Import Teşekkürler.
  3. Hello everybody, I would like to know how to import and export the TUniTreewView content to TXT file? Thank you. ---------------------------------------- Olá pessoal, eu gostaria de saber como importar e exportar o conteúdo do TUniTreewView para arquivo TXT? Obrigado,.
×
×
  • Create New...