وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Introduction to the Lazarus IDE – visual progr. environment

سرفصل های دوره

The course consists of two parts: Introduction to Lazarus IDE and Working with Databases in Lazarus IDE


1 - Introduction to the Lazarus IDE
  • 1 -Download and install Lazarus IDE
  • 1 -Download and install the Lazarus IDE.pdf
  • 1 - Introduction.html
  • 2 -Basic visual components.pdf
  • 2 -Basic visual components in Lazarus IDE
  • 3 -How to work program with Lazarus.pdf
  • 3 -How to work (program) with Lazarus IDE. Our first program
  • 3 -Project1 Hello World.zip
  • 4 -Project in Lazarus IDE
  • 4 -Project in Lazarus IDE.pdf
  • 5 -Project2 Hello World2.zip
  • 5 -Settings in the Lazarus.pdf
  • 5 -Settings in the Lazarus IDE

  • 2 - Components in Lazarus iDE - the more important and more frequently used
  • 1 -Forms in Lazarus IDE - Part I - Properties of the main form
  • 2 -Forms in Lazarus IDE - Part II - Form windows and code editor
  • 2 -project3 Form.zip
  • 3 -Forms in Lazarus IDE - Part III - Modal form, MDI form, Transparency property
  • 3 -project3 ScrollBar.zip
  • 4 -7.pdf
  • 4 -Example 7.zip
  • 4 -Standard palettebar components - Part I - Most commonly used TButton, TEdit,
  • 5 -7.pdf
  • 5 -7.zip
  • 5 -Standard palettebar components - Part II - TMemo multiline text field
  • 6 -7.pdf
  • 6 -7.zip
  • 6 -Standard palettebar components - Part III - TToogleBox, TCheckBox, TRadioButton
  • 7 -7.pdf
  • 7 -7.zip
  • 7 -Standard palettebar components - Part IV - Components for grouping elements
  • 8 -7.pdf
  • 8 -7.zip
  • 8 -Standard palettebar components - Part V - TMainMenu, TPopupMenu, TImageList
  • 8 -here is a link to all the theoretical materials in the topic on my siте.zip
  • 9 -8.pdf
  • 9 -8.zip
  • 9 -Dialogs palettebar components
  • 10 -9.pdf
  • 10 -9.zip
  • 10 -Additional palettebar components Part - I 9.1. Component varieties of TButton
  • 11 -9.pdf
  • 11 -9.zip
  • 11 -Additional palettebar Part - II 9.2. Components varieties of TLabel and TEdit
  • 12 -9.pdf
  • 12 -9.zip
  • 12 -Additional palettebar Part - III 9.3. Components related to images and drawing
  • 13 -9.pdf
  • 13 -9.zip
  • 13 -Additional palettebar Part - IV 9.4. Components of type boxTColorBox and more
  • 14 -9.pdf
  • 14 -9.zip
  • 14 -Additional palettebar Part - V 9.5. Components TSpliter, TFlowPanel and more
  • 15 -9.pdf
  • 15 -9.zip
  • 15 -Additional palettebar Part - VI 9.6. Components TDrawGrid and TStringGrid
  • 16 -9.pdf
  • 16 -9.zip
  • 16 -Additional palettebar Part - VI 9.6.3. Our first application Phone Book
  • 17 -9.pdf
  • 17 -9.zip
  • 17 -Additional palettebar Part - VII Component TValueListEditor
  • 18 -10.pdf
  • 18 -10.zip
  • 18 -Common Controls palettebar Part I - Components of type bar - Lesson 1
  • 19 -10.pdf
  • 19 -10.zip
  • 19 -Common Controls palettebar Part I - Components of type bar - Lesson 2
  • 20 -10.pdf
  • 20 -10.zip
  • 20 -Common Controls palettebar Part II - Components of type View
  • 21 -10.pdf
  • 21 -10.zip
  • 21 -Common Controls palettebar Part III - Components of type Control
  • 22 -10.pdf
  • 22 -10.zip
  • 22 -Common Controls palettebar Part IV- Components TPopupNotifier,TDateTimePicker
  • 23 -11.pdf
  • 23 -Other components in Lazarus IDE - 11.1. Component TTimer
  • 23 -Project 11 1 TTimer.zip
  • 24 -11.pdf
  • 24 -Other components in Lazarus IDE - 11.2. Component TFrame
  • 24 -Project 11 2 Frame.zip

  • 3 - Working with databases in Lazarus IDE
  • 1 -13.pdf
  • 1 -13.1-2. Introduction to working with databases in Lazarus IDE
  • 2 -13.pdf
  • 2 -13.3. Components for working with SQLite DBMS in Lazarus IDE
  • 3 -13.pdf
  • 3 -13.3.1. Example 1 with SQLite - when we create an empty DB in Lazarus IDE
  • 3 -Project 13 3 1 BD.zip
  • 4 -13.pdf
  • 4 -13.3.2.Example 2 with SQLite when we will create a pre-empty DB in SQLliteStudio
  • 5 -13.pdf
  • 5 -13.3.3. Example 3 with SQLite - when we will pre-create a database with records
  • 5 -Project 13 3 4 BD.zip
  • 6 -13.pdf
  • 6 -13.3.4.Example 4 SQLite - when will we find out which DB we are working with now
  • 6 -Project 13 3 4 BD.zip
  • 7 -13.pdf
  • 7 -13.3.5.Example 5 SQLite - Working with TDBNavigator
  • 7 -Project 13 3 5 BD.zip
  • 8 -13.pdf
  • 8 -13.3.6.Example 6 SQLite- Telephone directory program.Working with Component TDbf
  • 8 -Project 13 3 6 BD.zip
  • 9 -13.pdf
  • 9 -13.3.7.Example 7 SQLite- Adding data processing buttons
  • 9 -Project 13 3 7 BD.zip
  • 10 -13.pdf
  • 10 -13.3.8.Example 8 SQLite - Real program Telephone directory with buttons
  • 10 -Project 13 3 8 BD.zip
  • 11 -13.pdf
  • 11 -13.3.9.Example 9.1 - SQLite - Real and complex program Book Library with SQLite
  • 11 -SQL Query.zip
  • 12 -13.pdf
  • 12 -13.3.9.Example 9.2 - SQLite - Real and complex program Book Library with SQLite
  • 12 -Project 13 3 9 BD.zip
  • 13 -13.pdf
  • 13 -13.4. Example 10 - MySQL - Real and complex program Book Library with MySQL
  • 13 -Project 13 4 BD.zip
  • 13 -SQL Query MySQL.zip
  • 14 -13.pdf
  • 14 -13.5.Example 11 - PostgreSQL - Real and complex program Book Library- PostgreSQL
  • 14 -Project 13 5 BD.zip
  • 14 -SQL Query PostgeSQL.zip

  • 4 - Other interesting programs and applications with Lazarus IDE
  • 1 -12.pdf
  • 1 -Console Applications in the Lazarus IDE
  • 1 -Project 12 Console Application.zip
  • 2 -14.pdf
  • 2 -Example 14.1. Text Editor- real program creating a small and simple Text Editor
  • 2 -Project 14 1 TE.zip
  • 3 -14.pdf
  • 3 -Example 14.2. Calculator - real program creating a small and simple Calculatorl
  • 3 -Project 14 2 Calc.zip

  • 5 - Conclusion - final words about the course Introduction to the Lazarus IDE
  • 1 -Conclusion - final words about the course Introduction to the Lazarus IDE
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 45175
    حجم: 3742 مگابایت
    مدت زمان: 439 دقیقه
    تاریخ انتشار: ۱۰ تیر ۱۴۰۴
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید