Hello, Quick question.
Is it possible to put a red boarder around a FNCEdit,
Example use, when the value in the Edit is incorrect, I would like to highlight the edit fields with a red border.
many thanks
Hello, Quick question.
Is it possible to put a red boarder around a FNCEdit,
Example use, when the value in the Edit is incorrect, I would like to highlight the edit fields with a red border.
many thanks
If this is in VCL, then unfortunately that will not be possible. TTMSFNCEdit inherits from TCustomEdit, so basically you are tied to the framework / operating system limitations. In FMX, you could add an effect (TGlowEffect ot TInnerGlowEffect)