You've already forked lazarus-ccr
Update user manual
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3132 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
|
||||
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=windows-1250">
|
||||
<TITLE></TITLE>
|
||||
<META NAME="GENERATOR" CONTENT="LibreOffice 4.0.2.2 (Linux)">
|
||||
<META NAME="AUTHOR" CONTENT="Zoran Vučenović">
|
||||
<META NAME="GENERATOR" CONTENT="LibreOffice 3.6 (Windows)">
|
||||
<META NAME="AUTHOR" CONTENT="Zoran Vu�enovi�">
|
||||
<META NAME="CREATED" CONTENT="20100120;12052000">
|
||||
<META NAME="CHANGEDBY" CONTENT="Zoran ">
|
||||
<META NAME="CHANGED" CONTENT="20131012;20570900">
|
||||
<META NAME="CHANGED" CONTENT="20140603;10291355">
|
||||
<STYLE TYPE="text/css">
|
||||
<!--
|
||||
@page { margin: 2.01cm }
|
||||
@@ -43,7 +42,7 @@ ZVDateTimeControls package contains two controls:</FONT></FONT></P>
|
||||
</P>
|
||||
<P ALIGN=LEFT STYLE="margin-bottom: 0cm"><FONT FACE="Arial, sans-serif"><B>Author</B></FONT></P>
|
||||
<P STYLE="margin-left: 1.47cm; margin-bottom: 0cm"><A CLASS="western" HREF="http://wiki.lazarus.freepascal.org/User:Zoran"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-GB"><SPAN STYLE="font-weight: normal">Zoran
|
||||
Vučenović</SPAN></SPAN></FONT></A></P>
|
||||
Vu�enovi�</SPAN></SPAN></FONT></A></P>
|
||||
<P STYLE="margin-left: 1.47cm; margin-bottom: 0cm"><BR>
|
||||
</P>
|
||||
<P STYLE="margin-bottom: 0cm"><FONT FACE="Arial, sans-serif"><B>License</B></FONT></P>
|
||||
@@ -94,10 +93,10 @@ install the package in Lazarus IDE follow these steps:</FONT></P>
|
||||
<LI><P STYLE="margin-bottom: 0cm"><FONT FACE="Arial, sans-serif">Compile
|
||||
the package (click <I>Compile</I> in Package Editor's tool bar).</FONT></P>
|
||||
<LI><P STYLE="margin-bottom: 0cm"><FONT FACE="Arial, sans-serif">Install
|
||||
the package in the IDE (click <I>Install</I> – you will be asked
|
||||
if you want to rebuild Lazarus, click <I>Yes</I>. Wait until
|
||||
Lazarus rebuilds and restarts itself. The new tab “<I>Date and
|
||||
Time Ctrls”</I> appears on the component palette with
|
||||
the package in the IDE (click <I>Install</I> – you will be
|
||||
asked if you want to rebuild Lazarus, click <I>Yes</I>. Wait until
|
||||
Lazarus rebuilds and restarts itself. The new tab “<I>Date
|
||||
and Time Ctrls”</I> appears on the component palette with
|
||||
TZVDateTimePicker and TDBZVDateTimePicker controls.</FONT></P>
|
||||
</OL>
|
||||
</OL>
|
||||
@@ -111,15 +110,15 @@ ChangeLog.txt</FONT></P>
|
||||
<P STYLE="margin-left: 1.47cm; margin-bottom: 0cm"><BR>
|
||||
</P>
|
||||
<P STYLE="margin-left: 1.47cm; margin-bottom: 0cm; font-weight: normal">
|
||||
<FONT FACE="Arial, sans-serif">Version 1.0 – 27. February 2010.</FONT></P>
|
||||
<FONT FACE="Arial, sans-serif">Version 1.0 – 27. February 2010.</FONT></P>
|
||||
<P STYLE="margin-left: 1.47cm; margin-bottom: 0cm; font-weight: normal">
|
||||
<FONT FACE="Arial, sans-serif">Version 1.1 – 17. April 2010.</FONT></P>
|
||||
<FONT FACE="Arial, sans-serif">Version 1.1 – 17. April 2010.</FONT></P>
|
||||
<P STYLE="margin-left: 1.47cm; margin-bottom: 0cm; font-weight: normal">
|
||||
<FONT FACE="Arial, sans-serif">Version 1.2 – 12. May 2010.</FONT></P>
|
||||
<FONT FACE="Arial, sans-serif">Version 1.2 – 12. May 2010.</FONT></P>
|
||||
<P STYLE="margin-left: 1.47cm; margin-bottom: 0cm; font-weight: normal">
|
||||
<FONT FACE="Arial, sans-serif">Version 1.3 – 1. April 2011.</FONT></P>
|
||||
<FONT FACE="Arial, sans-serif">Version 1.3 – 1. April 2011.</FONT></P>
|
||||
<P STYLE="margin-left: 1.47cm; margin-bottom: 0cm; font-weight: normal">
|
||||
<FONT FACE="Arial, sans-serif">Version 1.4 – 4. September 2012.</FONT></P>
|
||||
<FONT FACE="Arial, sans-serif">Version 1.4 – 4. September 2012.</FONT></P>
|
||||
<P STYLE="margin-bottom: 0cm"><BR>
|
||||
</P>
|
||||
<P STYLE="margin-bottom: 0cm"><A NAME="TZVDateTimePicker"></A><FONT FACE="Arial, sans-serif"><B>TZVDateTimePicker
|
||||
@@ -185,11 +184,12 @@ to NullDate constant by pressing N key.</FONT></P>
|
||||
<FONT FACE="Arial, sans-serif">When user enters the year in two-digit
|
||||
format, then the CenturyFrom property is used to determine which
|
||||
century the year belongs to. The default is 1941, which means that
|
||||
when two digit years is entered, it falls in interval 1941 – 2040.
|
||||
Note that MinDate and MaxDate properties can also have influence on
|
||||
the decision – for example, if the CenturyFrom is set to 1941 and
|
||||
MaxDate to 31. 12. 2010, if user enters year 23, it will be set to
|
||||
1923, because it can’t be 2033, due to MaxDate limit.</FONT></P>
|
||||
when two digit years is entered, it falls in interval 1941 –
|
||||
2040. Note that MinDate and MaxDate properties can also have
|
||||
influence on the decision – for example, if the CenturyFrom is
|
||||
set to 1941 and MaxDate to 31. 12. 2010, if user enters year 23, it
|
||||
will be set to 1923, because it can’t be 2033, due to MaxDate
|
||||
limit.</FONT></P>
|
||||
<P STYLE="margin-top: 0.18cm; margin-bottom: 0cm"><BR>
|
||||
</P>
|
||||
<P STYLE="margin-left: 1.47cm; margin-top: 0.18cm; margin-bottom: 0cm"><A NAME="Kind"></A>
|
||||
@@ -422,6 +422,46 @@ cannot show any date/time part which is hidden by another property
|
||||
regardless of this property).</SPAN></FONT></P>
|
||||
<P STYLE="margin-top: 0.18cm; margin-bottom: 0cm"><BR>
|
||||
</P>
|
||||
<P STYLE="margin-left: 1.47cm; margin-top: 0.18cm; margin-bottom: 0cm"><A NAME="CalendarWrapperClass:_TCalendarControlWrapperClass_.28public.29"></A>
|
||||
<FONT FACE="Arial, sans-serif"><B>CalendarWrapperClass:
|
||||
TCalendarControlWrapperClass (public)</B></FONT></P>
|
||||
<P STYLE="margin-left: 2.01cm; margin-top: 0.18cm; margin-bottom: 0cm">
|
||||
<FONT FACE="Arial, sans-serif">When assigned, this property
|
||||
determines the type of the calendar control used for drop-down
|
||||
calendar. When set to nil, which is the default, the value of global
|
||||
variable DefaultCalendarWrapperClass is used.</FONT></P>
|
||||
<P STYLE="margin-top: 0.18cm; margin-bottom: 0cm"><BR>
|
||||
</P>
|
||||
<P STYLE="margin-left: 1.47cm; margin-top: 0.18cm; margin-bottom: 0cm"><A NAME="ShowMonthNames"></A>
|
||||
<FONT FACE="Arial, sans-serif"><B>ShowMonthNames: Boolean</B></FONT></P>
|
||||
<P STYLE="margin-left: 2.01cm; margin-top: 0.18cm; margin-bottom: 0cm">
|
||||
<FONT FACE="Arial, sans-serif"><SPAN LANG="en-GB">When this property
|
||||
is set to True, month names, set in <A CLASS="western" HREF="#MonthNames">MonthNames</A>
|
||||
property, will be displayed instead of numbers.</SPAN></FONT></P>
|
||||
<P STYLE="margin-top: 0.18cm; margin-bottom: 0cm"><BR>
|
||||
</P>
|
||||
<P STYLE="margin-left: 1.47cm; margin-top: 0.18cm; margin-bottom: 0cm"><A NAME="MonthNames"></A>
|
||||
<FONT FACE="Arial, sans-serif"><B><FONT FACE="Arial, sans-serif"><SPAN LANG="en-GB">MonthNames:
|
||||
</SPAN></FONT><SPAN LANG="en-GB">String</SPAN></B></FONT></P>
|
||||
<P STYLE="margin-left: 2.01cm; margin-top: 0.18cm; margin-bottom: 0cm">
|
||||
<FONT FACE="Arial, sans-serif">When <A CLASS="western" HREF="#ShowMonthNames">ShowMonthNames</A>
|
||||
is set to True, this property determines which month names should
|
||||
appear. If MonthNames is set to 'Short' or 'Long', then month names
|
||||
are set to <A CLASS="western" HREF="http://www.freepascal.org/docs-html/rtl/sysutils/shortmonthnames.html">ShortMonthNames</A>
|
||||
or <A CLASS="western" HREF="http://www.freepascal.org/docs-html/rtl/sysutils/longmonthnames.html">LongMonthNames</A>
|
||||
respectively. To set the month names explicitly, this property should
|
||||
be set to string which starts with a character which will be used to
|
||||
separate months and then twelve names separated by this character.
|
||||
For example ',I,II,III,IV,V,VI,VII,VIII,IX,X,XI,XII' — roman
|
||||
numbers are used for months — the first character is comma,
|
||||
which means that comma is used to separate the months. Another valid
|
||||
example ';jan;feb;mar;apr;maj;jun;jul;avg;sep;okt;nov;dec'. So, the
|
||||
separator should be the first character, before the first month name,
|
||||
and then only if there are twelve month names separated by that
|
||||
separator, the format is valid. The default value of this property is
|
||||
'Long'</FONT><FONT FACE="Arial, sans-serif"><SPAN LANG="en-GB">.</SPAN></FONT></P>
|
||||
<P STYLE="margin-top: 0.18cm; margin-bottom: 0cm"><BR>
|
||||
</P>
|
||||
<P STYLE="margin-top: 0.18cm; margin-bottom: 0cm"><A NAME="TDBZVDateTimePicker"></A>
|
||||
<FONT FACE="Arial, sans-serif"><B>TDBZVDateTimePicker
|
||||
<IMG SRC="pictures/TDBZVDateTimePicker.png" NAME="grafika6" ALIGN=MIDDLE WIDTH=24 HEIGHT=24 BORDER=0></B></FONT></P>
|
||||
@@ -472,7 +512,7 @@ Editor</B></FONT></P>
|
||||
which provides easy way to set Date, Time, MinDate and MaxDate
|
||||
properties in design time. It is invoked when ZVDateTimePicker
|
||||
control is double-clicked in form designer. It is also shown when the
|
||||
ellipsis (…) button, shown in Date, Time, MinDate and MaxDate
|
||||
ellipsis (…) button, shown in Date, Time, MinDate and MaxDate
|
||||
properties in Object inspector, gets clicked.</FONT></P>
|
||||
<P STYLE="margin-bottom: 0.51cm"><BR><BR>
|
||||
</P>
|
||||
|
Reference in New Issue
Block a user