![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Product Manuals » Elevate Web Builder 3 Manual » Language Reference » Casting Types |
<Type Name>(<Target Value>)
Source Type | Valid Target Types |
Integer | Integer Boolean Double DateTime Enumeration |
Double | Double |
String | String Char |
Char | Char String |
DateTime | DateTime Integer |
Boolean | Boolean Integer |
Enumeration | Enumeration Integer |
Class Instance Class Type | Any same class type or ancestor class type |
procedure DisplayName(Value: TObject); begin if (Value is TComponent) then ShowMessage(TComponent(Value).Name); end;
This web page was last updated on Friday, January 31, 2025 at 08:42 AM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |