• EasyDotNet documentation
    • Getting started
      • About
      • Requirements
      • Installed files
      • Step by Step
        • Registering templates
        • Insert Global template
        • Insert Procedure Extension template
      • Deploying your application
    • EasyDotNet Template settings
      • Global template setting
      • Procedure Extension template setting
        • pMonthCalendar - Month calendar instance
      • Embed points 
    • Classes
      • TSystemConsole class
        • Data types
          • _ConsoleKeyInfoGrp
        • Equate
        • Methods
          • Open
          • Close
          • BackgroundColor
          • ForegroundColor
          • BufferHeight
          • BufferWidth
          • NumberLock
          • CapsLock
          • CursorLeft
          • CursorTop
          • CursorSize
          • CursorVisible
          • InputEncoding
          • OutputEncoding
          • KeyAvailable
          • LargestWindowHeight
          • LargestWindowWidth
          • Title
          • TreatControlCAsInput
          • WindowLeft
          • WindowTop
          • WindowHeight
          • WindowWidth
          • Beep
          • ClearAll
          • MoveBufferArea
          • Read
          • ReadKey
          • ReadLine
          • ResetColor
          • SetBufferSize
          • SetCursorPosition
          • SetWindowPosition
          • SetWindowSize
          • Write
          • WriteLine
          • WriteLineW
        • Example
      • TCultureInfo class
        • Equate
        • Constructors
          • CultureInfo
          • CurrentCulture
          • CurrentUICulture
          • InstalledUICulture
          • InvariantCulture
        • Properties
          • Name
          • DisplayName
          • DisplayNameW
          • EnglishName
          • NativeName
          • ThreeLetterISOLanguageName
          • ThreeLetterWindowsLanguageName
          • TwoLetterISOLanguageName
          • KeyboardLayoutId
          • LCID
          • IsNeutralCulture
          • IsInvariantCulture
        • Methods
          • InternalGetCultures
          • GetCultures
          • GetCulturesW
          • ToString
        • Example
      • TRegionInfo class
        • Constructors
          • FromCulture
        • Properties
          • Name
          • DisplayName
          • EnglishName
          • NativeName
          • CurrencyEnglishName
          • CurrencyNativeName
          • CurrencySymbol
          • CurrencySymbolW
          • GeoId
          • IsMetric
          • ISOCurrencySymbol
          • ThreeLetterISORegionName
          • ThreeLetterWindowsRegionName
          • TwoLetterISORegionName
        • Methods
          • ToString
        • Example
      • TSystemDateTime class
        • Data types
          • _ClaDateTimeGrp
        • Equate
        • Methods
          • DateTime
          • FromClaDateTime
          • FromString
          • ClaDate
          • ClaTime
          • Year
          • Month
          • Day
          • Hour
          • Minute
          • Second
          • Millisecond
          • Kind
          • DayOfYear
          • DayOfWeek
          • DaysInMonth
          • IsLeapYear
          • Now
          • Today
          • UtcNow
          • ToString
          • ToLongDateString
          • ToLongTimeString
          • ToShortDateString
          • ToShortTimeString
          • ToLocalTime
          • ToUniversalTime
          • Add
          • Subtract
          • AddYears
          • AddMonths
          • AddDays
          • AddHours
          • AddMinutes
          • AddSeconds
          • AddMilliseconds
          • CompareTo
          • Equals
        • Example
      • TSystemTimeSpan class
        • Methods
          • TimeSpan
          • FromDays
          • FromHours
          • FromMinutes
          • FromSeconds
          • FromMilliseconds
          • FromString
          • FromTicks
          • Between
          • Days
          • Hours
          • Minutes
          • Seconds
          • Milliseconds
          • Ticks
          • TotalDays
          • TotalHours
          • TotalMinutes
          • TotalSeconds
          • TotalMilliseconds
          • Add
          • Subtract
          • CompareTo
          • Equals
          • Negate
          • ToString
      • TEnvironment class
        • Data types
          • _OperatingSystemGrp
          • _VersionGrp
        • Equate
        • Methods
          • CommandLine
          • CurrentDirectory
          • ExitCode
          • Is64BitOperatingSystem
          • MachineName
          • ProcessorCount
          • StackTrace
          • SystemDirectory
          • SystemPageSize
          • TickCount
          • GetLogicalDrives
          • GetFolderPath
          • UserDomainName
          • UserInteractive
          • UserName
          • OSVersion
          • NETVersion
          • OSVersionString
          • NETVersionString
          • Terminate
          • ExpandEnvironmentVariables
          • FailFast
          • GetCommandLineArgs
          • GetEnvironmentVariables
          • SetEnvironmentVariable
          • GetEnvironmentVariable
        • Example
      • TFileSystemWatcher class
        • Equate
        • Methods
          • Path
          • NotifyFilter
          • Filter
          • IncludeSubdirectories
          • EnableRaisingEvents
        • Events
          • OnChanged
          • OnError
      • TStopwatch class
        • Methods
          • Start
          • Stop
          • Reset
          • Restart
          • IsRunning
          • ElapsedMilliseconds
          • ElapsedMillisecondsInt64
      • TSystemUri class
        • Equate
        • Constructors
          • Uri
          • TryCreate
        • Properties
          • AbsolutePath
          • AbsoluteUri
          • Authority
          • DnsSafeHost
          • Fragment
          • Host
          • HostNameType
          • IsAbsoluteUri
          • IsDefaultPort
          • IsFile
          • IsLoopback
          • IsUnc
          • LocalPath
          • OriginalString
          • PathAndQuery
          • Port
          • Query
          • Scheme
          • Segments
          • UserEscaped
          • UserInfo
          • SchemeDelimiter
          • UriSchemeFile
          • UriSchemeFtp
          • UriSchemeGopher
          • UriSchemeHttp
          • UriSchemeHttps
          • UriSchemeMailto
          • UriSchemeNetPipe
          • UriSchemeNetTcp
          • UriSchemeNews
          • UriSchemeNntp
        • Methods
          • CheckHostName
          • CheckSchemeName
          • Compare
          • Equals
          • EscapeDataString
          • UnescapeDataString
          • EscapeUriString
          • FromHex
          • HexEscape
          • IsHexDigit
          • IsHexEncoding
          • GetComponents
          • GetLeftPart
          • IsBaseOf
          • IsWellFormedOriginalString
          • MakeRelative
          • ToString
        • Example
      • TWinFormsTimer class
        • Methods
          • Interval
          • Enabled
          • Start
          • Stop
        • Events
          • Tick
      • TScreen class
        • Data types
          • TScreenInfo
          • _RectangleGrp
        • Methods
          • ScreenCount
          • PrimaryScreen
          • FromHandle
          • FromRectangle
          • GetScreen
          • GetBounds
          • GetWorkingArea
      • TZipFile class
        • Equate
        • Methods
          • CreateFromDirectory
          • ExtractToDirectory
          • Open
          • OpenRead
      • TZipArchive class
        • Equate
        • Methods
          • Mode
          • Entries
          • EntryCount
          • IndexOf
          • GetEntry
          • CreateEntry
          • CreateEntryFromFile
          • ExtractToDirectory
          • Close
      • TZipArchiveEntry class
        • Equate
        • Methods
          • Length
          • CompressedLength
          • FullName
          • Name
          • LastWriteTime
          • ExtractToFile
          • Delete
          • AppendText
          • PrependText
          • GetText
      • TGZip class
        • Equate
        • Methods
          • Compress
          • Decompress
          • CompressFolder
          • DecompressFolder
      • TProtectedData class
        • Equate
        • Methods
          • Protect
          • Unprotect
          • ProtectFile
          • UnprotectFile
          • ProtectToFile
          • UnprotectFromFile
      • TSignedXml class
        • Methods
          • SignXmlFile
          • SignXmlElement
          • SignXmlElements
          • Verify
      • TAesManaged class
        • Methods
          • Encrypt
          • Decrypt
      • TTripleDES class
        • Methods
          • Encrypt
          • Decrypt
      • TSHAManaged class
        • Equate
        • Methods
          • ComputeHash
          • ComputeFileHash
      • THMACManaged class
        • Equate
        • Methods
          • ComputeHash
          • ComputeFileHash
      • TMD5Managed class
        • Methods
          • CreateMD5
      • TMessageQueue class
        • Equate
        • Methods
          • CreateQueue
          • InitQueue
          • DeleteQueue
          • Exists
          • MachineName
          • MachineId
          • FormatName
          • AcknowledgeTypes
          • AdministrationQueue
          • AttachmentPath
          • SetTimeouts
          • SendText
          • SendFile
          • SendGroup
          • SendQueue
          • StartReceiving
          • StopReceiving
          • ReceivingState
          • Purge
          • BeginTran
          • CommitTran
          • AbortTran
          • Transactional
        • Events
          • OnReceiveCompleted
        • Example
      • TWinToastManager class
        • Equate
        • Methods
          • ShowToast
        • Events
          • OnToastResult
      • TMonthCalendar class
        • Equate
        • Properties
          • Visible
          • MinDate
          • MaxDate
          • MaxSelectionCount
          • ShowWeekNumbers
          • ShowToday
          • FirstDayOfWeek
        • Methods
          • InitControl
          • CalendarDimensions
          • AddAnnuallyBoldedDate
          • AddMonthlyBoldedDate
          • AddBoldedDate
          • SetDate
          • KillControl
        • Events
          • DateSelected
          • DateChanged
      • TEventLog
        • Equate
        • Methods
          • LogName
          • MachineName
          • Source
          • EnableRaisingEvents
          • LogDisplayName
          • MaximumKilobytes
          • MinimumRetentionDays
          • OverflowAction
          • ClearLog
          • Close
          • ModifyOverflowPolicy
          • RegisterDisplayName
          • ReadEntry
          • ReadEntryByRecordID
          • WriteEntry
          • DeleteLog
          • CreateEventSource
          • DeleteEventSource
          • Exists
          • GetEventLogs
          • GetEventLog
          • LogNameFromSourceName
          • SourceExists
        • Events
          • OnEntryWritten
      • TDrawingBitmap
        • Equate
        • Methods
          • CreateNew
          • FromFile
          • FromBitmap
          • FromIcon
          • DisposeMe
          • HorizontalResolution
          • VerticalResolution
          • Width
          • Height
          • Resize
          • PixelFormat
          • RawFormat
          • GetPixel
          • SetPixel
          • SetResolution
          • GetPixelFormatSize
          • IsAlphaPixelFormat
          • IsCanonicalPixelFormat
          • IsExtendedPixelFormat
          • MakeTransparent
          • Clone
          • GetThumbnailImage
          • RotateFlip
          • Save
          • GetData
          • ToBitmap
          • GetHbitmap
          • DeleteHBitmap
          • Show
          • DrawArc
          • DrawBezier
          • DrawEllipse
          • DrawLine
          • DrawRectangle
          • DrawPie
          • DrawString
          • DrawImage
      • TDrawingMetafile
        • Equate
        • Methods
          • FromFile
          • DisposeMe
          • MetafileType
          • GetHenhmetafile
          • HorizontalResolution
          • VerticalResolution
          • Width
          • Height
          • PixelFormat
          • RawFormat
          • GetThumbnailImage
          • Save
          • GetData
          • ToBitmap
          • Show
    • Miscellaneous
      • Version history
        • Version: 1.10
        • Version: 1.09
        • Version: 1.08
        • Version: 1.07
        • Version: 1.06
        • Version: 1.05
        • Version: 1.04
        • Version: 1.03
        • Version: 1.02
        • Version: 1.01
        • Version: 1.00
      • Credits