Jump to content

Search the Community

Showing results for tags 'synchronize'.

  • 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 2 results

  1. Hi! I've found two UniSession.Synchronize realizations in documentation but without details. May I ask for explanations about what theese two methods exactly do? function Synchronize(const Wait: Boolean): Boolean; overload; function Synchronize(const DelayMS: Integer = 0): Boolean; overload; Thank you!
  2. I start a new project , then add a unibitbtn and wrote this lines for test procedure TMainForm.UniBitBtn1Click(Sender: TObject); begin begin try showmask('Wait...'); unisession.syncronize; Sleep(1000); finally hidemask; unisession.syncronize(); end; end; end; But it says [dcc32 Error] Main.pas(40): E2003 Undeclared identifier: 'syncronize' whats wrong ? should I add any unit ?
×
×
  • Create New...