El 08/11/15 a las 11:08, Bart escribió:
On 11/8/15, Leonardo M. Ramé <l.r...@griensu.com> wrote:

Hi, I noted there are new (to me) properties in some components, what's
the difference between those and the good old Hint property?.


TextHint fills the TCustomEdit with the value assigned to it, whenever
the control's Text property is empty and the control does not have
focus.
Hint only (and alwaysif showhint = true) displays a bloontip when the
mouse is over the control.

Just play with it:

Edit1.TextHint := 'Type your name here';

Bart

Thanks Bart, it's the same as Bootstrap's <INPUT> placeholder property.

Regards,

--
Leonardo M. Ramé
http://leonardorame.blogspot.com

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to